We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed67205 commit 6bdffbdCopy full SHA for 6bdffbd
README.md
@@ -99,6 +99,9 @@ Defaults to `[]` (doesn't deny anything).
99
100
## Release Notes
101
102
+### 0.6.0
103
+- Add partial support for untrusted workspaces
104
+
105
### 0.5.1
106
- Disable background window protection by default.
107
package.json
@@ -8,7 +8,7 @@
8
"type": "git",
9
"url": "https://github.com/pokey/command-server"
10
},
11
- "version": "0.5.1",
+ "version": "0.6.0",
12
"engines": {
13
"vscode": "^1.53.0"
14
0 commit comments