mirror of https://git.tuxpa.in/a/code-server.git
a328204d80
* Implements the fs module * Add stats object * Add not implemented to createWriteStream * Update mkdtemp to use tmp dir * Unexport Stats * Add client web socket for commands and restructure |
||
---|---|---|
packages | ||
rules | ||
scripts | ||
.gitignore | ||
README.md | ||
package.json | ||
tsconfig.json | ||
webpack.config.app.js | ||
yarn.lock |
README.md
vscode-cloud
Run VS Code in the cloud.
Contributing
Getting the source
git clone https://github.com/codercom/vscode-cloud
Installing dependencies
cd vscode-cloud
yarn
Run
yarn start