mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
Finalize env.isAppPortalable API proposal (#297177)
This commit is contained in:
@@ -402,10 +402,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
checkProposedApiEnabled(extension, 'devDeviceId');
|
||||
return initData.telemetryInfo.devDeviceId ?? initData.telemetryInfo.machineId;
|
||||
},
|
||||
get isAppPortable() {
|
||||
checkProposedApiEnabled(extension, 'envIsAppPortable');
|
||||
return initData.environment.isPortable ?? false;
|
||||
},
|
||||
get isAppPortable() { return initData.environment.isPortable ?? false; },
|
||||
get sessionId() { return initData.telemetryInfo.sessionId; },
|
||||
get language() { return initData.environment.appLanguage; },
|
||||
get appName() { return initData.environment.appName; },
|
||||
|
||||
Reference in New Issue
Block a user