You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`code-server` is [VS Code](https://github.com/Microsoft/vscode) running on a remote server, accessible through the browser.
8
+
`code-server` is [VS Code](https://github.com/Microsoft/vscode) running on a
9
+
remote server, accessible through the browser.
9
10
10
11
Try it out:
11
12
```bash
12
13
docker run -it -p 127.0.0.1:8443:8443 -v "${PWD}:/home/coder/project" codercom/code-server --allow-http --no-auth
13
14
```
14
15
15
16
- Code on your Chromebook, tablet, and laptop with a consistent dev environment.
16
-
- If you have a Windows or Mac workstation, more easily develop for Linux.
17
+
- If you have a Windows or Mac workstation, more easily develop for Linux.
17
18
- Take advantage of large cloud servers to speed up tests, compilations, downloads, and more.
18
19
- Preserve battery life when you're on the go.
19
-
- All intensive computation runs on your server.
20
-
- You're no longer running excess instances of Chrome.
20
+
- All intensive computation runs on your server.
21
+
- You're no longer running excess instances of Chrome.
21
22
22
23

23
24
@@ -29,28 +30,35 @@ Use [sshcode](https://github.com/codercom/sshcode) for a simple setup.
29
30
30
31
### Docker
31
32
32
-
See docker oneliner mentioned above. Dockerfile is at [/Dockerfile](/Dockerfile).
33
+
See docker oneliner mentioned above. Dockerfile is at
34
+
[/Dockerfile](/Dockerfile).
33
35
34
36
### Binaries
35
37
36
-
1.[Download a binary](https://github.com/cdr/code-server/releases) (Linux and OS X supported. Windows coming soon)
38
+
1.[Download a binary](https://github.com/cdr/code-server/releases) (Linux and
39
+
OS X supported. Windows coming soon)
37
40
2. Start the binary with the project directory as the first argument
38
41
39
-
```
40
-
code-server <initial directory to open>
41
-
```
42
-
> You will be prompted to enter the password shown in the CLI
43
-
`code-server` should now be running at https://localhost:8443.
42
+
```
43
+
code-server <initial directory to open>
44
+
```
45
+
You will be prompted to enter the password shown in the CLI. `code-server`
46
+
should now be running at https://localhost:8443.
44
47
45
-
> code-server uses a self-signed SSL certificate that may prompt your browser to ask you some additional questions before you proceed. Please [read here](doc/self-hosted/index.md) for more information.
48
+
`code-server` uses a self-signed SSL certificate that may prompt your
49
+
browser to ask you some additional questions before you proceed. Please
50
+
[read here](doc/self-hosted/index.md) for more information.
46
51
47
-
For detailed instructions and troubleshooting, see the [self-hosted quick start guide](doc/self-hosted/index.md).
52
+
For detailed instructions and troubleshooting, see the
Quickstart guides for [Google Cloud](doc/admin/install/google_cloud.md), [AWS](doc/admin/install/aws.md), and [DigitalOcean](doc/admin/install/digitalocean.md).
55
+
Quickstart guides for [Google Cloud](doc/admin/install/google_cloud.md),
- Creating custom VS Code extensions and debugging them doesn't work.
83
-
- To debug Golang using [ms-vscode-go extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go), you need to add `--security-opt seccomp=unconfined` to your `docker run` arguments when launching code-server with Docker. See [#725](https://github.com/cdr/code-server/issues/725) for details.
you need to add `--security-opt seccomp=unconfined` to your `docker run`
94
+
arguments when launching code-server with Docker. See
95
+
[#725](https://github.com/cdr/code-server/issues/725) for details.
84
96
85
-
###Future
97
+
## Future
86
98
-**Stay up to date!** Get notified about new releases of code-server.
87
99

88
100
- Windows support.
89
101
- Electron and Chrome OS applications to bridge the gap between local<->remote.
90
102
- Run VS Code unit tests against our builds to ensure features work as expected.
91
103
92
-
###Extensions
104
+
## Extensions
93
105
94
-
At the moment we can't use the official VSCode Marketplace. We've created a custom extension marketplace focused around open-sourced extensions. However, if you have access to the `.vsix` file, you can manually install the extension.
106
+
At the moment we can't use the official VSCode Marketplace. We've created a
107
+
custom extension marketplace focused around open-sourced extensions. However,
108
+
if you have access to the `.vsix` file, you can manually install the extension.
95
109
96
110
## Telemetry
97
111
98
-
Use the `--disable-telemetry` flag or set `DISABLE_TELEMETRY=true` to disable tracking ENTIRELY.
112
+
Set the `telemetry.enableTelemetry` user setting to false to disable telemetry.
99
113
100
114
We use data collected to improve code-server.
101
115
@@ -109,8 +123,10 @@ Development guides are coming soon.
109
123
110
124
## Enterprise
111
125
112
-
Visit [our enterprise page](https://coder.com/enterprise) for more information about our enterprise offering.
126
+
Visit [our enterprise page](https://coder.com/enterprise) for more information
127
+
about our enterprise offering.
113
128
114
129
## Commercialization
115
130
116
-
If you would like to commercialize code-server, please contact [email protected].
131
+
If you would like to commercialize code-server, please contact
0 commit comments