mirror of
https://github.com/coder/code-server.git
synced 2026-06-22 09:57:15 +02:00
chore(vscode): update to 1.54.2
This commit is contained in:
@@ -36,6 +36,7 @@ export interface IEnvironmentMainService extends INativeEnvironmentService {
|
||||
sandbox: boolean;
|
||||
driverVerbose: boolean;
|
||||
disableUpdates: boolean;
|
||||
disableKeytar: boolean;
|
||||
}
|
||||
|
||||
export class EnvironmentMainService extends NativeEnvironmentService implements IEnvironmentMainService {
|
||||
@@ -61,6 +62,9 @@ export class EnvironmentMainService extends NativeEnvironmentService implements
|
||||
@memoize
|
||||
get disableUpdates(): boolean { return !!this._args['disable-updates']; }
|
||||
|
||||
@memoize
|
||||
get disableKeytar(): boolean { return !!this._args['disable-keytar']; }
|
||||
|
||||
@memoize
|
||||
get nodeCachedDataDir(): string | undefined { return process.env['VSCODE_NODE_CACHED_DATA_DIR'] || undefined; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user