Skip to content

Commit 3fa5648

Browse files
author
Kartik Raj
authored
Ensure debugger contribution points are turned off when using virtual workspaces (#17589)
* Ensure debugger contribution points are turned off when using virtual workspaces * News entry
1 parent c4032b2 commit 3fa5648

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

news/1 Enhancements/17493.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ensure debugger contribution points are turned off when using virtual workspaces.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"description": "Choose which Python interpreter/environment you want to use for your Python project.\n[Select Python Interpreter](command:python.setInterpreter)\nTip: Reload the window if you installed Python but don't see it in the list (``Developer: Reload Window`` command in the [Command Palette](command:workbench.action.showCommands))",
136136
"media": {
137137
"svg": "resources/walkthrough/python-interpreter.svg",
138-
"altText": "Selecting a python interpreter from the status bar"
138+
"altText": "Selecting a python interpreter from the status bar"
139139
},
140140
"when": ""
141141
},
@@ -1606,7 +1606,8 @@
16061606
"type": "python",
16071607
"variables": {
16081608
"pickProcess": "python.pickLocalProcess"
1609-
}
1609+
},
1610+
"when": "!virtualWorkspace"
16101611
}
16111612
],
16121613
"grammars": [

0 commit comments

Comments
 (0)