VS Code in the browser
Go to file
Anmol Sethi 8b85006996
src/node/util.ts: Make certificate generation "modern"
Now we add a subject alt name, set extendedKeyUsage and use the
correct certificate extension.

The above allow it to be properly trusted by iOS.

See https://support.apple.com/en-us/HT210176

*.cert isn't a real extension for certificates, *.crt is correct
for it to be recognized by e.g. keychain or when importing as a profile
into iOS.

Updates #1566

I've been able to successfully connect from my iPad Pro now to my
code-server instance with a self signed certificate! Next commit
will be docs.
2020-10-30 13:36:53 -04:00
.github Switch off debian:8 to debian:10 for the typescript build image 2020-10-07 15:58:30 -04:00
ci release-image: Remap UID within the image before handling $DOCKER_USER (#2223) 2020-10-23 12:07:08 -04:00
doc src/node/util.ts: Make certificate generation "modern" 2020-10-30 13:36:53 -04:00
lib Update VS Code to 1.50.0 2020-10-14 17:11:22 -05:00
src src/node/util.ts: Make certificate generation "modern" 2020-10-30 13:36:53 -04:00
test Read most recent socket path from file 2020-10-09 16:57:43 -05:00
typings/httpolyglot Format and lint 2020-02-14 20:00:19 -05:00
.dockerignore Simplify packaging and improve scripts 2020-05-08 01:04:24 -04:00
.editorconfig Add back .editorconfig 2020-02-19 14:22:14 -05:00
.eslintrc.yaml Unlink socket before using (#2181) 2020-10-09 12:34:52 -04:00
.gitignore Add $HOME to ./ci/dev/image/run.sh 2020-10-07 15:58:30 -04:00
.gitmodules Ignore dirty lib/vscode 2020-10-07 15:58:30 -04:00
.ignore Rename dev/container -> dev/image 2020-06-03 15:45:16 -04:00
.prettierrc.yaml Shake CI and docs up 2020-02-14 19:46:17 -05:00
.stylelintrc.yaml Fix bugs in CI 2020-02-18 19:06:35 -05:00
LICENSE.txt Shake CI and docs up 2020-02-14 19:46:17 -05:00
README.md Docs copyedits: README.md + CONTRIBUTING.md (#2242) 2020-10-29 17:21:47 -04:00
ThirdPartyNotices.txt Add ThirdPartyNotices.txt 2020-07-16 19:01:09 -06:00
install.sh install.sh: Default $RSH to ssh 2020-10-22 02:17:12 -04:00
package.json v3.6.1 2020-10-23 15:21:50 -05:00
tsconfig.json Remove unnecessary tsc settings 2020-08-13 17:11:33 -05:00
yarn.lock Update yarn.lock 2020-10-07 17:40:19 -04:00

README.md

code-server · "GitHub Discussions" "Join us on Slack" Twitter Follow

Run VS Code on any machine anywhere and access it in the browser.

Screenshot

Highlights

  • Code on any device with a consistent development environment
  • Use cloud servers to speed up tests, compilations, downloads, and more
  • Preserve battery life when you're on the go; all intensive tasks run on your server

Getting Started

There are two ways to get started:

  1. Using the install script, which automates most of the process. The script uses the system package manager (if possible)
  2. Manually installing code-server; see Installation for instructions applicable to most use cases

If you choose to use the install script, you can preview what occurs during the install process:

curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run

To install, run:

curl -fsSL https://code-server.dev/install.sh | sh

When done, the install script prints out instructions for running and starting code-server.

We also have an in-depth setup and configuration guide.

Alpha Program 🐣

We're working on a cloud platform that makes deploying and managing code-server easier. Consider joining our alpha program if you don't want to worry about

  • TLS
  • Authentication
  • Port Forwarding

FAQ

See ./doc/FAQ.md.

Want to help?

See CONTRIBUTING for details.

Hiring

We (@cdr) are looking for engineers to help maintain code-server, innovate on open source, and streamline dev workflows.

Our main office is in Austin, Texas. Remote is ok as long as you're in North America or Europe.

Please get in touch with your resume/GitHub if interested.

For Organizations

Visit our website for more information about remote development for your organization or enterprise.