mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Add ResolvedOptions.isTrusted
This commit is contained in:
@@ -668,7 +668,7 @@ export abstract class AbstractExtHostExtensionService extends Disposable impleme
|
||||
};
|
||||
const options: ResolvedOptions = {
|
||||
extensionHostEnv: result.extensionHostEnv,
|
||||
trust: result.trust
|
||||
isTrusted: result.isTrusted
|
||||
};
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user