From 026457b008186bd0f665f1e9037cefa24f556c28 Mon Sep 17 00:00:00 2001 From: Philipp Kief Date: Sat, 8 May 2021 20:44:26 +0200 Subject: [PATCH] Support virtual workspaces (Closes #1036) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a2e37bac5..684c220242 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,8 @@ "capabilities": { "untrustedWorkspaces": { "supported": true - } + }, + "virtualWorkspaces": true }, "activationEvents": [ "*"