Skip to content

Commit 459447f

Browse files
committed
Update autologin description
1 parent 14a6aeb commit 459447f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@
9999
"default": ""
100100
},
101101
"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.",
102+
"markdownDescription": "This will be shown in the URL prompt, along with CODER_URL if set, for the user to select when logging in.",
103103
"type": "string",
104104
"default": ""
105105
},
106106
"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.",
107+
"markdownDescription": "Automatically log into the default URL when the extension is activated. coder.defaultUrl is preferred, otherwise the CODER_URL environment variable will be used. This setting has no effect if neither is set.",
108108
"type": "boolean",
109109
"default": false
110110
}

0 commit comments

Comments
 (0)