Initial connection handling

This commit is contained in:
Asher
2019-06-27 17:34:33 -05:00
parent 310bfe509e
commit 4861405683
6 changed files with 363 additions and 85 deletions

View File

@@ -52,6 +52,11 @@ How to [secure your setup](/doc/security/ssl.md).
## Development
- Clone this as `vs/src/server` in the VS Code source.
- Run `yarn watch-client`in the VS Code root.
- Run `node out/vs/server/main.js`.
- Visit `http://localhost:8443`.
### Known Issues
- Creating custom VS Code extensions and debugging them doesn't work.