mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Implement a handle property that is a string (#233267)
* Implement a `handle` property that is a string For Microsoft auth * fix integration tests
This commit is contained in:
committed by
GitHub
parent
8abfad3e3e
commit
15333a70d8
@@ -437,6 +437,10 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
checkProposedApiEnabled(extension, 'resolvers');
|
||||
return initData.commit;
|
||||
},
|
||||
get handle(): string | undefined {
|
||||
checkProposedApiEnabled(extension, 'nativeWindowHandle');
|
||||
return initData.handle;
|
||||
}
|
||||
};
|
||||
if (!initData.environment.extensionTestsLocationURI) {
|
||||
// allow to patch env-function when running tests
|
||||
|
||||
Reference in New Issue
Block a user