Support virtual and untrusted workspaces

This commit is contained in:
nyanotech 2022-03-23 10:42:34 +00:00
parent 6ea38f3dac
commit cc9aa2e199
Signed by: nyanotech
GPG Key ID: D2D0A9E8F160472B

View File

@ -9,10 +9,16 @@
"categories": [
"Other"
],
"main": "./dist/extension.js",
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
}
},
"activationEvents": [
"onCommand:recombobulator.base64"
],
"main": "./dist/extension.js",
"contributes": {
"commands": [
{