File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,9 @@ export interface UserProvidedCodeArgs {
5353 "disable-getting-started-override" ?: boolean
5454 "disable-proxy" ?: boolean
5555 "session-socket" ?: string
56- "abs-proxy-base-path" ?: string
5756 "link-protection-trusted-domains" ?: string [ ]
57+ // locale is used by both VS Code and code-server.
58+ locale ?: string
5859}
5960
6061/**
@@ -74,7 +75,6 @@ export interface UserProvidedArgs extends UserProvidedCodeArgs {
7475 enable ?: string [ ]
7576 help ?: boolean
7677 host ?: string
77- locale ?: string
7878 port ?: number
7979 json ?: boolean
8080 log ?: LogLevel
@@ -92,6 +92,7 @@ export interface UserProvidedArgs extends UserProvidedCodeArgs {
9292 verbose ?: boolean
9393 "app-name" ?: string
9494 "welcome-text" ?: string
95+ "abs-proxy-base-path" ?: string
9596 /* Positional arguments. */
9697 _ ?: string [ ]
9798}
You can’t perform that action at this time.
0 commit comments