mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
No description
* Create initial server layout * Adjust command name to entry * Add @oclif/config as dependency * Implement build process for outputting single binary * Add init message * Remove unused import, add tsconfig.json to .gitignore * Accidently pushed wacky change to output host FS files * Add options to createApp |
||
|---|---|---|
| packages | ||
| rules | ||
| scripts | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tslint.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