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

@@ -32,7 +32,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
export interface ServerParsedArgs {
/* ----- code-server ----- */
'disable-update-check'?: boolean;
+ 'auth'?: string
+ 'auth'?: string;
/* ----- server setup ----- */