1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-01-01 06:48:46 +00:00
code-server-2/packages/protocol/src
Asher e597d49912
Fix issues with configuration directories
- Move the old data directory if possible.
- Fix extension path to not use a hard-coded path and instead use the
  data directory.
- Create every part of the path during startup.
- Create each path when a connection is made as well in case they are
  deleted while the server is running.
- Create every part of the path before saving settings or writing a file
  using the resource endpoint.
2019-03-12 11:44:56 -05:00
..
browser Add ping/pong to the protocol (#2) 2019-03-04 19:26:17 -08:00
common Fix issues with configuration directories 2019-03-12 11:44:56 -05:00
node Fix issues with configuration directories 2019-03-12 11:44:56 -05:00
proto Add ping/pong to the protocol (#2) 2019-03-04 19:26:17 -08:00
index.ts Add evaluation helpers (#33) 2019-02-22 15:56:29 -06:00