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

@ -102,7 +102,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
@@ -99,6 +101,8 @@ export interface ServerParsedArgs {
/* ----- code-server ----- */
'disable-update-check'?: boolean;
'auth'?: string
'auth'?: string;
+ 'disable-file-downloads'?: boolean;
+ 'disable-file-uploads'?: boolean;