Skip to content

Commit

Permalink
improved documentation and logging related to file.watcherExclude
Browse files Browse the repository at this point in the history
  • Loading branch information
matepek committed Feb 7, 2024
1 parent b56fd73 commit 8c189aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [4.8.2]

### Fixed

- issue related to `files.watcherExclude`. It is not working in `v4.8.1`.

## [4.8.1] - 2024-02-07

Improved logging
Expand Down
1 change: 0 additions & 1 deletion src/ConfigOfExecGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export class ConfigOfExecGroup implements vscode.Disposable {
'Test executables might be ignored! Excluding some patterns because they are set in vscode under `files.watcherExclude`.',
enabledExcludes,
);
enabledExcludes = []; //TODO:mapek
}

let filePaths: string[] = [];
Expand Down

0 comments on commit 8c189aa

Please sign in to comment.