Skip to content

Releases: sleistner/vscode-fileutils

v3.3.2

26 Oct 00:33
Compare
Choose a tag to compare

3.3.2 (2020-10-26)

Bug Fixes

  • package: update extension main file entry (4892f84)

v3.3.1

25 Oct 23:14
Compare
Choose a tag to compare

3.3.1 (2020-10-25)

Bug Fixes

  • duplicate: prevent directories to be opened as document (dc1c9f0)

v3.3.0

25 Oct 21:42
Compare
Choose a tag to compare

3.3.0 (2020-10-25)

Features

  • menus: add file releated commands to tab and editor context (a8b748e)

v3.2.0

25 Oct 20:05
Compare
Choose a tag to compare

3.2.0 (2020-10-25)

Bug Fixes

  • readme: change icon path (a048dab)

Features

v3.1.1

23 Oct 10:46
Compare
Choose a tag to compare

3.1.1 (2020-10-23)

Bug Fixes

  • Rename, Move: keep file in editor group (5478345)

v3.1.0

18 Oct 21:15
Compare
Choose a tag to compare

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

15 Jan 12:39
Compare
Choose a tag to compare

3.0.1 (2020-01-15)

Bug Fixes

  • FileItem: ensure file exists before deleting it (7a44326)

v3.0.0

03 Sep 13:20
Compare
Choose a tag to compare

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

27 Aug 17:19
Compare
Choose a tag to compare
3.0.0-beta Pre-release
Pre-release

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

26 Aug 15:00
Compare
Choose a tag to compare

2.14.9 (2019-08-26)

Bug Fixes

  • RemoveFileCommand: ensure only delete file tab was closed (557e794)