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/server/src
Asher c020cd2f2c
Don't try to create builtin extensions directory
Since this will be a path in the binary that we don't want to create on
the user's system. I also removed the option to override it; it doesn't
seem like a great idea since you'd always want those builtin extensions.
This way we also don't have to check if the option was passed and only
create it if that was the case.
2019-05-19 19:49:05 -05:00
..
vscode Extra extensions directories (#694) 2019-05-19 17:58:47 -05:00
cli.ts Don't try to create builtin extensions directory 2019-05-19 19:49:05 -05:00
constants.ts Adhere to XDG base directory spec for dataDir and logDir (#156) 2019-03-09 09:11:30 -08:00
ipc.ts Some cleanup 2019-02-06 11:53:23 -06:00
portScanner.ts Explicitly mention if netstat isn't installed; downgrade to warning 2019-04-08 11:15:25 -05:00
server.ts Fix no-auth to still use HTTPS, set default for no-auth to false (#573) 2019-04-23 16:38:49 -05:00