mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
Update Code to 1.97.1 (#7202)
This commit is contained in:
parent
9b89774ff6
commit
3172cb16b8
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 33fc5a94a3f99ebe7087e8fe79fbe1d37a251016
|
||||
Subproject commit e249dada235c2083c83813bd65b7f4707fb97b76
|
||||
|
|
@ -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
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue