Updated Virtual Workspaces (markdown)

Erich Gamma 2021-05-05 11:50:34 +02:00
parent a511cd03ec
commit 8de882d07f

@ -37,7 +37,7 @@ The `virtualWorkspace` context key is set when all workspace folders are located
"commandPalette": [
{
"command": "npm.publish",
"when": "virtualWorkspaces"
"when": "!virtualWorkspace"
}
}
}