diff options
Diffstat (limited to 'editors/vscode/files')
3 files changed, 7 insertions, 7 deletions
diff --git a/editors/vscode/files/patch-package.json b/editors/vscode/files/patch-package.json index ba771c020e55..9edf7cfea439 100644 --- a/editors/vscode/files/patch-package.json +++ b/editors/vscode/files/patch-package.json @@ -2,9 +2,9 @@ https://github.com/eclipse/openvsx/issues/543 https://github.com/termux/termux-packages/issues/24739 https://github.com/termux/termux-packages/pull/24757 ---- package.json.orig 2025-10-08 13:50:39 UTC +--- package.json.orig 2025-11-11 14:25:32 UTC +++ package.json -@@ -107,6 +107,7 @@ +@@ -108,6 +108,7 @@ "native-is-elevated": "0.7.0", "native-keymap": "^3.3.5", "native-watchdog": "^1.4.1", diff --git a/editors/vscode/files/patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts b/editors/vscode/files/patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts index d31d73e874d3..c581f80ef624 100644 --- a/editors/vscode/files/patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts +++ b/editors/vscode/files/patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts @@ -1,6 +1,6 @@ ---- src/vs/workbench/services/actions/common/menusExtensionPoint.ts.orig 2025-08-06 20:09:28 UTC +--- src/vs/workbench/services/actions/common/menusExtensionPoint.ts.orig 2025-11-11 14:25:32 UTC +++ src/vs/workbench/services/actions/common/menusExtensionPoint.ts -@@ -1172,7 +1172,10 @@ class CommandsTableRenderer extends Disposable impleme +@@ -1191,7 +1191,10 @@ class CommandsTableRenderer extends Disposable impleme switch (platform) { case 'win32': key = rawKeyBinding.win; break; diff --git a/editors/vscode/files/patch-test_automation_src_electron.ts b/editors/vscode/files/patch-test_automation_src_electron.ts index 0c4d05bf22f0..d9e0cf8836e2 100644 --- a/editors/vscode/files/patch-test_automation_src_electron.ts +++ b/editors/vscode/files/patch-test_automation_src_electron.ts @@ -1,6 +1,6 @@ ---- test/automation/src/electron.ts.orig 2025-09-09 22:02:15 UTC +--- test/automation/src/electron.ts.orig 2025-11-11 14:25:32 UTC +++ test/automation/src/electron.ts -@@ -95,6 +95,7 @@ export function getDevElectronPath(): string { +@@ -96,6 +96,7 @@ export function getDevElectronPath(): string { case 'darwin': return join(buildPath, 'electron', `${product.nameLong}.app`, 'Contents', 'MacOS', 'Electron'); case 'linux': @@ -8,7 +8,7 @@ return join(buildPath, 'electron', `${product.applicationName}`); case 'win32': return join(buildPath, 'electron', `${product.nameShort}.exe`); -@@ -107,7 +108,8 @@ export function getBuildElectronPath(root: string): st +@@ -108,7 +109,8 @@ export function getBuildElectronPath(root: string): st switch (process.platform) { case 'darwin': return join(root, 'Contents', 'MacOS', 'Electron'); |
