From 02cc9dac75b289ad7ff07cd6753569fa7684ffa2 Mon Sep 17 00:00:00 2001 From: DrVrej Date: Thu, 10 Jun 2021 22:00:34 -0400 Subject: [PATCH] Added support support for virtual workspaces & untrusted workspaces Added support support for virtual workspaces & untrusted workspaces --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 821710f..459eceb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscplus", "displayName": "VSC+", "description": "Additional customizable tools for Visual Studio Code.", - "version": "1.0.1", + "version": "1.0.2", "publisher": "Vrej", "icon": "images/icon.png", "author": { @@ -48,6 +48,12 @@ "*" ], "main": "./out/extension.js", + "capabilities": { + "virtualWorkspaces": true, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "configuration": { "type": "object",