Skip to content

Commit

Permalink
Also for workspaceContains
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew committed Oct 28, 2024
1 parent 0d07e99 commit 6513425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-ext/src/hosted/browser/hosted-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ export class HostedPluginSupport extends AbstractHostedPluginSupport<PluginManag
const result = await this.fileSearchService.find('', {
rootUris: this.workspaceService.tryGetRoots().map(r => r.resource.toString()),
includePatterns,
useGitIgnore: false,
limit: 1
}, tokenSource.token);
return result.length > 0;
Expand Down

0 comments on commit 6513425

Please sign in to comment.