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/vendor
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
..
package.json Fix spawning code-server within code-server (#4590) 2021-12-07 18:20:57 -06:00
postinstall.sh Add vscode via vendor package. 2021-09-15 14:54:33 -04:00
yarn.lock Fix spawning code-server within code-server (#4590) 2021-12-07 18:20:57 -06:00