From 8de882d07fcee6db66d7b560b47ec358890bfaf8 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Wed, 5 May 2021 11:50:34 +0200 Subject: [PATCH] Updated Virtual Workspaces (markdown) --- Virtual-Workspaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Virtual-Workspaces.md b/Virtual-Workspaces.md index 9b16655..38739c4 100644 --- a/Virtual-Workspaces.md +++ b/Virtual-Workspaces.md @@ -37,7 +37,7 @@ The `virtualWorkspace` context key is set when all workspace folders are located "commandPalette": [ { "command": "npm.publish", - "when": "virtualWorkspaces" + "when": "!virtualWorkspace" } } }