mirror of
https://github.com/coder/code-server.git
synced 2026-05-10 22:37:26 +02:00
chore(vscode): update to 1.54.2
This commit is contained in:
@@ -65,6 +65,7 @@ export interface NativeParsedArgs {
|
||||
'export-default-configuration'?: string;
|
||||
'install-source'?: string;
|
||||
'disable-updates'?: boolean;
|
||||
'disable-keytar'?: boolean;
|
||||
'disable-crash-reporter'?: boolean;
|
||||
'crash-reporter-directory'?: string;
|
||||
'crash-reporter-id'?: string;
|
||||
|
||||
@@ -115,9 +115,6 @@ export interface INativeEnvironmentService extends IEnvironmentService {
|
||||
machineSettingsResource: URI;
|
||||
installSourcePath: string;
|
||||
|
||||
// --- IPC Handles
|
||||
sharedIPCHandle: string;
|
||||
|
||||
// --- Extensions
|
||||
extensionsPath: string;
|
||||
extensionsDownloadPath: string;
|
||||
|
||||
Reference in New Issue
Block a user