Releases: sleistner/vscode-fileutils
Releases · sleistner/vscode-fileutils
v3.3.2
3.3.2 (2020-10-26)
Bug Fixes
- package: update extension main file entry (4892f84)
v3.3.1
3.3.1 (2020-10-25)
Bug Fixes
- duplicate: prevent directories to be opened as document (dc1c9f0)
v3.3.0
3.3.0 (2020-10-25)
Features
- menus: add file releated commands to tab and editor context (a8b748e)
v3.2.0
3.2.0 (2020-10-25)
Bug Fixes
Features
v3.1.1
3.1.1 (2020-10-23)
Bug Fixes
- Rename, Move: keep file in editor group (5478345)
v3.1.0
3.1.0 (2020-10-18)
Bug Fixes
- package: restore version (cf5c8cd)
- package: update engine version (dc4ecd1)
Features
- move/rename: trigger update imports when moving file (7a40237)
v3.0.1
3.0.1 (2020-01-15)
Bug Fixes
- FileItem: ensure file exists before deleting it (7a44326)
v3.0.0
3.0.0 (2019-09-03)
Bug Fixes
- TreeWalker: handle large directory structures safely (c419c78)
BREAKING CHANGES
- TreeWalker: The configuration option "typeahead.exclude" has been
removed in favour of VS Code native "files.exclude" option.
3.0.0-beta
Replace all references to glob
with vscode.workspace.findFiles
in
order to further support remote development and complex directory
structures.
BREAKING CHANGE:
The configuration option typeahead.exclude
has been
removed in favor of VS Code native files.exclude
option.
Fixes: #136
v2.14.9
2.14.9 (2019-08-26)
Bug Fixes
- RemoveFileCommand: ensure only delete file tab was closed (557e794)