mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Proxy support for Node.js fetch (#228697)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"@parcel/watcher": "2.1.0",
|
||||
"@vscode/deviceid": "^0.1.1",
|
||||
"@vscode/iconv-lite-umd": "0.7.0",
|
||||
"@vscode/proxy-agent": "^0.22.0",
|
||||
"@vscode/proxy-agent": "^0.24.0",
|
||||
"@vscode/ripgrep": "^1.15.9",
|
||||
"@vscode/spdlog": "^0.15.0",
|
||||
"@vscode/tree-sitter-wasm": "^0.0.4",
|
||||
@@ -33,6 +33,7 @@
|
||||
"native-watchdog": "^1.4.1",
|
||||
"node-pty": "^1.1.0-beta22",
|
||||
"tas-client-umd": "0.2.0",
|
||||
"undici": "^6.20.1",
|
||||
"vscode-oniguruma": "1.7.0",
|
||||
"vscode-regexpp": "^3.1.0",
|
||||
"vscode-textmate": "9.1.0",
|
||||
|
||||
Reference in New Issue
Block a user