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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 33fc5a94a3f99ebe7087e8fe79fbe1d37a251016 Subproject commit e249dada235c2083c83813bd65b7f4707fb97b76

View file

@ -299,7 +299,7 @@ Index: code-server/lib/vscode/src/server-main.ts
function sanitizeStringArg(val: any): string | undefined { function sanitizeStringArg(val: any): string | undefined {
if (Array.isArray(val)) { // if an argument is passed multiple times, minimist creates an array 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
}); });
}); });
} }