mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Hide TestReolver.newWindow when in virtual workspace
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
"statusBar/remoteIndicator": [
|
||||
{
|
||||
"command": "vscode-testresolver.newWindow",
|
||||
"when": "!remoteName",
|
||||
"when": "!remoteName && !virtualWorkspace",
|
||||
"group": "remote_90_test_1_local@2"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user