We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9443325 commit 872ebf6Copy full SHA for 872ebf6
packages/debug/src/browser/view/configuration/debug-configuration.view.tsx
@@ -313,7 +313,7 @@ export const DebugControllerView = (props: DebugControllerViewProps) => {
313
} else {
314
value = event;
315
}
316
- if (value.startsWith(DEFAULT_ADD_CONFIGURATION_KEY)) {
+ if (value.startsWith(DEFAULT_ADD_CONFIGURATION_KEY) || value === DEFAULT_NO_CONFIGURATION_KEY) {
317
const index = value.slice(DEFAULT_ADD_CONFIGURATION_KEY.length);
318
if (index) {
319
addConfiguration(workspaceRoots[index]);
0 commit comments