Skip to content

Commit

Permalink
bug:SP-2006 Fixes bug on venv indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
agustingroh committed Dec 30, 2024
1 parent ad5b0cb commit 2d495dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/workspace/tree/blackList/BlackListKeyWordIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export class BlackListKeyWordIndex extends BlackListAbstract {
'maven-wrapper.jar',
'thumbs.db',
'copying.lib',
'index_cache',
]);

this.extensions = new Set<string>([
Expand Down

0 comments on commit 2d495dd

Please sign in to comment.