VS Code in the browser
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 | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.app.js | ||
yarn.lock |
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