Skip to content

Commit

Permalink
do not disable external ignore loader component for languages disable…
Browse files Browse the repository at this point in the history
…d for ignoring
  • Loading branch information
dmitry-zhuravlev committed Jul 29, 2019
1 parent bb407c7 commit 7b227cc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ public void fileOpened(@NotNull final FileEditorManager source, @NotNull final V
}

final IgnoreLanguage language = ((IgnoreFileType) fileType).getIgnoreLanguage();
if (!language.isEnabled()) {
return;
}

DumbService.getInstance(project).runWhenSmart(() -> {
final List<VirtualFile> outerFiles =
Expand Down

0 comments on commit 7b227cc

Please sign in to comment.