From cd5a90d30b0168a060862fb03fdec638b65ea2f9 Mon Sep 17 00:00:00 2001 From: Feiyang Liu Date: Wed, 28 Jan 2026 11:38:23 +0000 Subject: [PATCH] fix failure during sync to gitfarm --- patches/internal/build.diff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/internal/build.diff b/patches/internal/build.diff index e8fbda9..d844c54 100644 --- a/patches/internal/build.diff +++ b/patches/internal/build.diff @@ -154,10 +154,10 @@ Index: third-party-src/package.json @@ -77,7 +77,6 @@ "@vscode/iconv-lite-umd": "0.7.0", "@vscode/policy-watcher": "^1.3.2", - "@vscode/proxy-agent": "^0.32.0", + "@vscode/proxy-agent": "^0.37.0", - "@vscode/ripgrep": "^1.15.11", "@vscode/spdlog": "^0.15.2", - "@vscode/sqlite3": "5.1.8-vscode", + "@vscode/sqlite3": "5.1.12-vscode", "@vscode/sudo-prompt": "9.3.1", @@ -102,7 +101,6 @@ "jschardet": "3.1.4", @@ -182,7 +182,7 @@ Index: third-party-src/remote/package.json @@ -9,7 +9,6 @@ "@vscode/deviceid": "^0.1.1", "@vscode/iconv-lite-umd": "0.7.0", - "@vscode/proxy-agent": "^0.32.0", + "@vscode/proxy-agent": "^0.37.0", - "@vscode/ripgrep": "^1.15.11", "@vscode/spdlog": "^0.15.2", "@vscode/tree-sitter-wasm": "^0.1.4",