mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Fixes #73656: Do not activate extensions if the search for glob patterns from workspaceContains times out
This commit is contained in:
@@ -551,6 +551,7 @@ export abstract class AbstractExtHostExtensionService extends Disposable impleme
|
||||
|
||||
const localWithRemote = !this._initData.remote.isRemote && !!this._initData.remote.authority;
|
||||
const host: IExtensionActivationHost = {
|
||||
logService: this._logService,
|
||||
folders: folders.map(folder => folder.uri),
|
||||
forceUsingSearch: localWithRemote,
|
||||
exists: (uri) => this._hostUtils.exists(uri.fsPath),
|
||||
|
||||
Reference in New Issue
Block a user