mirror of
https://github.com/danog/code-server.git
synced 2024-12-04 02:28:35 +01:00
f04fcf2d64
* Update VS Code Fixes https://github.com/coder/code-server/issues/4598 Fixes https://github.com/coder/code-server/issues/4620 Fixes https://github.com/coder/code-server/issues/4600 * Add locale flag back This is valid again now that we have restored display language support.
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#69a6ce45fc5b883aa8a950e10b79fd083eb0a7d7"
|
|
}
|
|
}
|