code-server cli support --without-connection-token ? #6128
Replies: 1 comment 1 reply
|
code-server does not allow setting
--without-connection-token. We always defaults to true since we
have our own authentication mechanism.
https://github.com/coder/code-server/blob/c995988b70e4134dacfa98a8ae0af2b05c6cd7b6/src/node/routes/vscode.ts#L160
|
1 reply
Answer selected by
alanhe421
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
code-server --help can not see the arg.
I just see on some online-demo. and this microsoft/vscode@2387375
All reactions