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 b4f9285 commit 379f838Copy full SHA for 379f838
package.json
@@ -5,7 +5,7 @@
5
"description": "Connect VS Code to your Coder Workspaces",
6
"repository": "https://github.com/cdr/vscode-coder",
7
"preview": true,
8
- "version": "0.0.5",
+ "version": "0.0.6",
9
"engines": {
10
"vscode": "^1.54.0"
11
},
@@ -17,6 +17,9 @@
17
"extensionKind": [
18
"workspace"
19
],
20
+ "extensionDependencies": [
21
+ "ms-vscode-remote.remote-ssh"
22
+ ],
23
"categories": [
24
"Other"
25
0 commit comments