-
Notifications
You must be signed in to change notification settings - Fork 38k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesregressionSomething that used to work is now brokenSomething that used to work is now brokenverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.37.0-Insider
- OS Version: Ubuntu 18.10
Steps to Reproduce:
- Download https://github.com/microsoft/vscode-extension-samples/tree/master/helloworld-minimal-sample
- Add
--disable-extensionstolaunch.jsonas 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-extensionsfrom the command line works as expected --disable-extensionsinlaunch.jsonhas worked in version 1.35, it stopped working in 1.36
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesregressionSomething that used to work is now brokenSomething that used to work is now brokenverifiedVerification succeededVerification succeeded