All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixes #11 - Doesn't re-hide anything
- Fixes #8 - Extension does not work when Workspace has multiple folders
- Removes hack now that vscode #25508 as been resolved
- Fixes marketplace badge layout
- Adds current toggle state (
Show
vsRestore
) to the status bar button - Adds folder (workspace) detection to disable of Toggle Exclude Files if a folder (workspace) is not loaded
- Changes status bar button to only appear if
files.exclude
is in use (either in user or workspace settings) - Changes shortcut key for the
Toggle Excluded Files
command to only work when the file explorer is focused - Renames
toggleexcludedfiles.advanced.debug
setting totoggleexcludedfiles.debug
- Renames
toggleexcludedfiles.output.level
setting totoggleexcludedfiles.outputLevel
- Fixes intermittent issue where restoring existing exclude rules failed
- Fixes issue with output channel logging
- Fixes intermittent issue with restoring the previous exclude rules
- Fixes logging to clean up on extension deactivate
- Completely refactored to save & restore existing exclude rules, even if they change while the toggle is active
- Fixes #1 - Doesn't restore the original rules
- Updates the README and some dependencies
- No longer preview since vscode 1.8 has been released
- Initial release