1
0
mirror of https://github.com/coder/code-server.git synced 2024-12-05 07:13:06 +08:00
code-server/packages/server/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
..
vscode Pass env as actual env instead of as a flag 2019-03-11 17:50:35 -05:00
cli.ts Fix issues with configuration directories 2019-03-12 11:44:56 -05:00
constants.ts Adhere to XDG base directory spec for dataDir and logDir (#156) 2019-03-09 09:11:30 -08:00
fill.ts Add ripgrep, fill native fs functions, add ping endpoint (#39) 2019-02-27 15:12:26 -06:00
ipc.ts Some cleanup 2019-02-06 11:53:23 -06:00
modules.ts Feature/1.32.0 update (#117) 2019-03-08 08:37:03 -08:00
portScanner.ts Featureful (#31) 2019-02-21 11:55:42 -06:00
server.ts Fix issues with configuration directories 2019-03-12 11:44:56 -05:00