Skip to content

Commit

Permalink
Updated Changelog, Readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kbysiec committed Jul 19, 2021
1 parent 7d344d3 commit e082a74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

All notable changes to the "vscode-search-everywhere" extension will be documented in this file.

## [1.1.0] - 2021-06-24
## [1.1.0] - 2021-07-19
- Setting `searchEverywhere.shouldUseFilesAndSearchExclude` replaced with `searchEverywhere.excludeMode` allowing to choose source of exclude patterns: extension, files and search, gitignore
- Added debouncing for handleDidChangeTextDocument event callback
- Added caching for handleDidChangeTextDocument event callback to general increase performance
## [1.0.9] - 2021-05-24
- Fixed bug concerning loading items to not existing quick pick on handleDidProcessing callback. QuickPick initialization moved to handleWillProcessing callback,
- Fixed bug concerning updating list after removing whole folder with multiple files,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Default value:

* `searchEverywhere.excludeMode`

Ability to choose which exclude option should be applied. If gitignore file is not found or is empty, extension setting is used as a fallback. Available options: `search everywhere`, `files and search`, `gitignore`.
Ability to choose which exclude option should be applied. If gitignore file is not found or is empty, the extension option is used as a fallback. Available options: `search everywhere`, `files and search`, `gitignore`. To see the changes from the updated gitignore file after indexing, the reload must be done.
Default value: `search everywhere`.

## Release Notes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"gitignore"
],
"default": "search everywhere",
"description": "Ability to choose which exclude option should be applied. If gitignore file is not found or is empty, extension setting is used as a fallback."
"description": "Ability to choose which exclude option should be applied. If gitignore file is not found or is empty, the extension option is used as a fallback. To see the changes from the updated gitignore file after indexing, the reload must be done."
}
}
},
Expand Down

0 comments on commit e082a74

Please sign in to comment.