We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d897e commit d837618Copy full SHA for d837618
src/node/cli.ts
@@ -194,10 +194,7 @@ const options: Options<Required<Args>> = {
194
Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like
195
https://myname.coder-cloud.com at which you can easily access your code-server instance.
196
Authorization is done via GitHub.
197
- This is presently beta and requires being accepted for testing.
198
- See https://github.com/cdr/code-server/discussions/2137
199
`,
200
- beta: true,
201
},
202
home: {
203
type: "string",
0 commit comments