Add missing semicolon

This commit is contained in:
Asher
2024-05-06 16:31:33 -08:00
parent 4563517d90
commit 7050002fb6
3 changed files with 3 additions and 3 deletions

View File

@ -250,7 +250,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
/* ----- server setup ----- */
@@ -103,6 +104,7 @@ export interface ServerParsedArgs {
'auth'?: string
'auth'?: string;
'disable-file-downloads'?: boolean;
'disable-file-uploads'?: boolean;
+ 'locale'?: string