mirror of
https://github.com/coder/code-server.git
synced 2025-07-24 10:08:20 +08:00
Update Code to 1.97.1 (#7202)
This commit is contained in:
Submodule lib/vscode updated: 33fc5a94a3...e249dada23
@ -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
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user