VS Code in the browser
3bacbca325
Fixed by returning the original buffer from `fs.read` and then just using whatever encoding was passed in to iconv, so this should all work exactly the same now as it does on native Node. |
||
---|---|---|
build | ||
packages | ||
rules | ||
scripts | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
yarn.lock |
vscode-remote
Run VS Code remotely.
Contributing
Getting the source
git clone https://github.com/codercom/vscode-remote
Installing dependencies
cd vscode-remote
yarn
Run
yarn start