Skip to content

Commit

Permalink
Update autologin description
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Oct 30, 2024
1 parent 14a6aeb commit 459447f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@
"default": ""
},
"coder.defaultUrl": {
"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.",
"markdownDescription": "This will be shown in the URL prompt, along with CODER_URL if set, for the user to select when logging in.",
"type": "string",
"default": ""
},
"coder.autologin": {
"markdownDescription": "Automatically log into the default URL or CODER_URL when the extension is activated. Has no effect if neither is set.",
"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.",
"type": "boolean",
"default": false
}
Expand Down

0 comments on commit 459447f

Please sign in to comment.