mirror of
https://git.tuxpa.in/a/code-server.git
synced 2025-01-14 19:58:45 +00:00
9d9f3a41ab
* 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.
13 lines
244 B
JSON
13 lines
244 B
JSON
{
|
|
"name": "vendor",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "./postinstall.sh"
|
|
},
|
|
"devDependencies": {
|
|
"code-oss-dev": "cdr/vscode#c2a251c6afaa13fbebf97fcd8a68192f8cf46031"
|
|
}
|
|
}
|