From 7f1382d1ec5d6e1e913fd56b41f4d6efeb1a58c3 Mon Sep 17 00:00:00 2001 From: Olivier Benz Date: Thu, 13 Feb 2025 07:55:05 +0100 Subject: [PATCH] Update Code to 1.97.1 --- lib/vscode | 2 +- patches/integration.diff | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vscode b/lib/vscode index 33fc5a94a3f9..e249dada235c 160000 --- a/lib/vscode +++ b/lib/vscode @@ -1 +1 @@ -Subproject commit 33fc5a94a3f99ebe7087e8fe79fbe1d37a251016 +Subproject commit e249dada235c2083c83813bd65b7f4707fb97b76 diff --git a/patches/integration.diff b/patches/integration.diff index 172a3d146945..6d577670792f 100644 --- a/patches/integration.diff +++ b/patches/integration.diff @@ -299,7 +299,7 @@ Index: code-server/lib/vscode/src/server-main.ts function sanitizeStringArg(val: any): string | undefined { if (Array.isArray(val)) { // if an argument is passed multiple times, minimist creates an array -@@ -283,3 +287,22 @@ function prompt(question: string): Promi +@@ -286,3 +290,22 @@ function prompt(question: string): Promi }); }); }