Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/packages/ide/src
David Bushong d7a66e4f15 Open websocket on same path as page (#149)
This is the critical piece to let you serve code-server proxied under a
path.  Otherwise if you proxy e.g. `/editor/` thru to
`http://localhost:8000`, everything works fine except the websocket
connection is still opened to `/`
2019-03-09 09:23:51 -08:00
..
fill Open websocket on same path as page (#149) 2019-03-09 09:23:51 -08:00
client.ts Set platform based on server (#32) 2019-02-26 12:01:14 -06:00
index.ts Remove URI factory 2019-02-06 10:41:59 -06:00
retry.ts Wrap shared process in retry 2019-02-06 18:11:31 -06:00
upload.ts Bit of cleanup, some test fixes, moving some funcs 2019-02-06 16:45:11 -06:00