chore: update vscode (#4680)
* Update VS Code Fixes https://github.com/coder/code-server/issues/4598 Fixes https://github.com/coder/code-server/issues/4620 Fixes https://github.com/coder/code-server/issues/4600 * Add locale flag back This is valid again now that we have restored display language support.
This commit is contained in:
@ -63,6 +63,8 @@ describe("parser", () => {
|
||||
"--verbose",
|
||||
"2",
|
||||
|
||||
["--locale", "ja"],
|
||||
|
||||
["--log", "error"],
|
||||
|
||||
"--help",
|
||||
@ -103,6 +105,7 @@ describe("parser", () => {
|
||||
help: true,
|
||||
host: "0.0.0.0",
|
||||
json: true,
|
||||
locale: "ja",
|
||||
log: "error",
|
||||
open: true,
|
||||
port: 8081,
|
||||
|
Reference in New Issue
Block a user