Skip to content

Debugging issue: --experimental-network-inspection flag cannot be disabled in Visual Studio Code #248599

Closed
@fr0ster

Description

@fr0ster

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.100.00
  • OS Version: Win, Mac

Steps to Reproduce:

  1. Open a Node.js project in Visual Studio Code.
  2. Add the following to .vscode/settings.json:
    {
        "debug.javascript.enableNetworkView": false
    }
  3. Start debugging with the default configuration.
  4. Observe that the --experimental-network-inspection flag is still added automatically.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions