Skip to content

disable extensions not working for extension debugging #76989

@SimonSiefke

Description

@SimonSiefke
  • VSCode Version: 1.37.0-Insider
  • OS Version: Ubuntu 18.10

Steps to Reproduce:

  1. Download https://github.com/microsoft/vscode-extension-samples/tree/master/helloworld-minimal-sample
  2. Add --disable-extensions to launch.json as described in https://code.visualstudio.com/api/working-with-extensions/testing-extension#disabling-other-extensions-while-debugging:
{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Run Extension",
      "type": "extensionHost",
      "request": "launch",
      "runtimeExecutable": "${execPath}",
      "args": [
        "--disable-extensions",
        "--extensionDevelopmentPath=${workspaceFolder}"
      ]
    }
  ]
}

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

Additional information:

  • calling code-insiders --disable-extensions from the command line works as expected
  • --disable-extensions in launch.json has worked in version 1.35, it stopped working in 1.36

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesregressionSomething that used to work is now brokenverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions