mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-16 13:21:04 +01:00
bb09e7379b
* adding allowRead and testing with defaults * Rename terminal sandbox read allow list * Remove Copilot settings change from sandbox PR * changes * changes * Updating sandbox runtime package * Updating tests * Add macOS test cases for denyRead/allowRead behavior and ~ path handling Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/ec5cf3c2-6c7b-4577-bdbb-8ac3d42bdfb0 Co-authored-by: dileepyavan <52841896+dileepyavan@users.noreply.github.com> * changes for readonly home dir * skipping integrated tests for sandbox * running srt in tmp_dir for linux * running srt in tmp_dir for linux --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "vscode-reh",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@anthropic-ai/sandbox-runtime": "0.0.49",
|
|
"@github/copilot": "^1.0.34",
|
|
"@github/copilot-sdk": "^0.2.2",
|
|
"@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.41.0",
|
|
"@vscode/ripgrep": "^1.17.1",
|
|
"@vscode/spdlog": "^0.15.8",
|
|
"@vscode/sqlite3": "5.1.12-vscode",
|
|
"@vscode/tree-sitter-wasm": "^0.3.1",
|
|
"@vscode/vscode-languagedetection": "1.0.23",
|
|
"@vscode/windows-process-tree": "^0.7.0",
|
|
"@vscode/windows-registry": "^1.2.0",
|
|
"@xterm/addon-clipboard": "^0.3.0-beta.197",
|
|
"@xterm/addon-image": "^0.10.0-beta.197",
|
|
"@xterm/addon-ligatures": "^0.11.0-beta.197",
|
|
"@xterm/addon-progress": "^0.3.0-beta.197",
|
|
"@xterm/addon-search": "^0.17.0-beta.197",
|
|
"@xterm/addon-serialize": "^0.15.0-beta.197",
|
|
"@xterm/addon-unicode11": "^0.10.0-beta.197",
|
|
"@xterm/addon-webgl": "^0.20.0-beta.196",
|
|
"@xterm/headless": "^6.1.0-beta.197",
|
|
"@xterm/xterm": "^6.1.0-beta.197",
|
|
"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",
|
|
"ssh2": "^1.16.0",
|
|
"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"
|
|
},
|
|
"ssh2": {
|
|
"cpu-features": "0.0.0"
|
|
}
|
|
}
|
|
}
|