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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,16 @@
97
97
"markdownDescription": "If not set, will inherit from the `no_proxy` or `NO_PROXY` environment variables. `http.proxySupport` must be set to `on` or `off`, otherwise VS Code will override the proxy agent set by the plugin.",
98
98
"type": "string",
99
99
"default": ""
100
+
},
101
+
"coder.defaultUrl": {
102
+
"markdownDescription": "This will be shown in the URL prompt, along with CODER_URL if set, for the user to select when logging in. If autologin is enabled, this URL will be automatically logged into when the extension is activated.",
103
+
"type": "string",
104
+
"default": ""
105
+
},
106
+
"coder.autologin": {
107
+
"markdownDescription": "Automatically log into the default URL or CODER_URL when the extension is activated. Has no effect if neither is set.",
0 commit comments