Files
vscode/remote/package.json
dileepyavan b978bf74b2 tmp directory should not be used by sandboxed commands (#303699)
* Fix terminal sandbox tmp handling and upgrade sandbox runtime

Fixes #299224

Fixes #303568

* fixing test

* merging changes
2026-03-21 10:20:44 +01:00

55 lines
1.7 KiB
JSON

{
"name": "vscode-reh",
"version": "0.0.0",
"private": true,
"dependencies": {
"@anthropic-ai/sandbox-runtime": "0.0.42",
"@github/copilot": "^1.0.4-0",
"@github/copilot-sdk": "^0.1.32",
"@microsoft/1ds-core-js": "^3.2.13",
"@microsoft/1ds-post-js": "^3.2.13",
"@parcel/watcher": "^2.5.6",
"@vscode/deviceid": "^0.1.1",
"@vscode/iconv-lite-umd": "0.7.1",
"@vscode/native-watchdog": "^1.4.6",
"@vscode/proxy-agent": "^0.40.0",
"@vscode/ripgrep": "^1.17.1",
"@vscode/spdlog": "^0.15.7",
"@vscode/tree-sitter-wasm": "^0.3.0",
"@vscode/vscode-languagedetection": "1.0.23",
"@vscode/windows-process-tree": "^0.6.0",
"@vscode/windows-registry": "^1.2.0",
"@xterm/addon-clipboard": "^0.3.0-beta.191",
"@xterm/addon-image": "^0.10.0-beta.191",
"@xterm/addon-ligatures": "^0.11.0-beta.191",
"@xterm/addon-progress": "^0.3.0-beta.191",
"@xterm/addon-search": "^0.17.0-beta.191",
"@xterm/addon-serialize": "^0.15.0-beta.191",
"@xterm/addon-unicode11": "^0.10.0-beta.191",
"@xterm/addon-webgl": "^0.20.0-beta.190",
"@xterm/headless": "^6.1.0-beta.191",
"@xterm/xterm": "^6.1.0-beta.191",
"cookie": "^0.7.0",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.2",
"jschardet": "3.1.4",
"katex": "^0.16.22",
"kerberos": "2.1.1",
"minimist": "^1.2.8",
"node-pty": "^1.2.0-beta.12",
"tas-client": "0.3.1",
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "^9.3.2",
"ws": "^8.19.0",
"yauzl": "^3.0.0",
"yazl": "^2.4.3"
},
"overrides": {
"node-gyp-build": "4.8.1",
"kerberos@2.1.1": {
"node-addon-api": "7.1.0"
}
}
}