File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Consider running code-server with the beta flag `--link` if you don't want to wo
56
56
57
57
``` bash
58
58
$ code-server --link
59
- Proxying code-server to Coder Cloud , you can access your IDE at https://valmar-jon.cdr.co
59
+ Proxying code-server, you can access your IDE at https://valmar-jon.cdr.co
60
60
```
61
61
62
62
## FAQ
Original file line number Diff line number Diff line change @@ -195,8 +195,8 @@ const options: Options<Required<Args>> = {
195
195
link : {
196
196
type : OptionalString ,
197
197
description : `
198
- Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like
199
- https://myname.coder-cloud.com at which you can easily access your code-server instance.
198
+ Securely bind code-server via our cloud service with the passed name. You'll get a URL like
199
+ https://hostname-username.cdr.co at which you can easily access your code-server instance.
200
200
Authorization is done via GitHub.
201
201
` ,
202
202
beta : true ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function runAgent(...args: string[]): Promise<void> {
24
24
agent . on ( "close" , ( code ) => {
25
25
if ( code !== 0 ) {
26
26
rej ( {
27
- message : `coder cloud agent exited with ${ code } ` ,
27
+ message : `--link agent exited with ${ code } ` ,
28
28
} )
29
29
return
30
30
}
You can’t perform that action at this time.
0 commit comments