You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,11 @@
63
63
"type": "string",
64
64
"default": ""
65
65
},
66
+
"coder.enableDownloads": {
67
+
"markdownDescription": "Allow the plugin to download the CLI when missing or out of date.",
68
+
"type": "boolean",
69
+
"default": true
70
+
},
66
71
"coder.headerCommand": {
67
72
"markdownDescription": "An external command that outputs additional HTTP headers added to all requests. The command must output each header as `key=value` on its own line. The following environment variables will be available to the process: `CODER_URL`. Defaults to the value of `CODER_HEADER_COMMAND` if not set.",
0 commit comments