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/src/node
Asher 9d9f3a41ab
Fix spawning code-server within code-server (#4590)
* Remove extra VS Code CLI spawn

We already spawn VS Code's CLI when necessary in the lines below.
Having the CLI spawn unconditionally when in a VS Code environment makes
it impossible to run code-server within code-server (for example to
develop it).

* Update VS Code

This sanitizes our environment variables so code-server does not always
think it is a child spawn.

Fixes https://github.com/cdr/code-server/issues/4519.
2021-12-07 18:20:57 -06:00
..
routes chore: replace eslint-import-resolver-alias with eslint-import-resolver-typescript (#4546) 2021-12-07 14:39:01 -07:00
app.ts fix(testing): revert change & fix playwright tests (#4310) 2021-10-28 15:27:17 -05:00
cli.ts chore: add deprecation notice for --link (#4562) 2021-11-29 12:03:33 -08:00
coder_cloud.ts fix(testing): revert change & fix playwright tests (#4310) 2021-10-28 15:27:17 -05:00
constants.ts Use upstream server (#4414) 2021-11-09 23:28:31 -06:00
entry.ts Fix spawning code-server within code-server (#4590) 2021-12-07 18:20:57 -06:00
heart.ts heart.ts: Fix leak when server closes 2021-01-20 02:06:44 -05:00
http.ts chore: replace eslint-import-resolver-alias with eslint-import-resolver-typescript (#4546) 2021-12-07 14:39:01 -07:00
main.ts Proxy path fixes (#4548) 2021-12-01 18:21:52 -06:00
plugin.ts Refactor vscode endpoints to use fork directly. 2021-09-30 19:14:17 -04:00
proxy_agent.ts Refactor vscode endpoints to use fork directly. 2021-09-30 19:14:17 -04:00
proxy.ts Update proxy path passthrough documentation 2021-02-05 11:44:38 -05:00
settings.ts Refactor vscode endpoints to use fork directly. 2021-09-30 19:14:17 -04:00
socket.ts chore: update CHANGELOG 2021-05-13 12:10:22 -07:00
update.ts Refactor vscode endpoints to use fork directly. 2021-09-30 19:14:17 -04:00
util.ts Remove excessive reloading before VS Code is ready (#4589) 2021-12-07 17:38:03 -06:00
wrapper.ts Fix: use pipe to spawn child process to re-enable file logging (#4293) 2021-10-05 10:55:40 -05:00
wsRouter.ts chore: replace eslint-import-resolver-alias with eslint-import-resolver-typescript (#4546) 2021-12-07 14:39:01 -07:00