Update Code to 1.97.1 (#7202)

This commit is contained in:
Olivier Benz
2025-02-13 11:01:51 +01:00
committed by GitHub
parent 9b89774ff6
commit 3172cb16b8
2 changed files with 2 additions and 2 deletions

View File

@ -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
});
});
}