Skip to content

Commit 27747d1

Browse files
authored
Don't show automatic debug config in virtual workspace (#513)
1 parent 37b6865 commit 27747d1

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
{
536536
"view": "debug",
537537
"contents": "\n[Show automatic Python configurations](command:workbench.action.debug.selectandstart?%5B%22debugpy%22%5D)\n",
538-
"when": "dynamicPythonConfigAvailable"
538+
"when": "dynamicPythonConfigAvailable && !virtualWorkspace"
539539
}
540540
]
541541
},

0 commit comments

Comments
 (0)