mirror of
https://github.com/cdr/code-server.git
synced 2026-01-17 21:53:47 +01:00
* chore: update vscode server files * chore: update code to 1.64 * refactor: clean up code in constants.ts * chore: keep package.json vscode cache * fixup!: formatting * feat(ci): add VSCODE_CACHE_VERSION * fix(ci): add package.json for e2e tests * fix: TS errors * refactor: remove isConnected e2e tests
12 lines
246 B
JSON
12 lines
246 B
JSON
{
|
|
"name": "vendor",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "./postinstall.sh"
|
|
},
|
|
"devDependencies": {
|
|
"code-oss-dev": "coder/vscode#a13f6e1434ad6ab820eef0ecca5b923b3e275667"
|
|
}
|
|
}
|