mirror of
https://github.com/coder/code-server.git
synced 2026-06-09 14:43:45 -05:00
7edf797efc2ef1d6e996afd1322dc4cf3df82f58
Previously they'd go in still stringified so we didn't get a chance to convert buffer objects back to buffers, for example, making things like `fs.write` write `[object Object]` to files.
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