Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 1.29 KB

Change Log

All notable changes to the "dir-tree" extension will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • The accuracy of judging whether a file is ignored

0.3.1 - 2021-02-26

Changed

  • Improve the running speed by changing the judgment method of whether the directory is ignored

0.3.0 - 2021-02-24

Added

  • Support show QuickPick when there are several folders in the workspace

0.2.0 - 2021-02-17

Added

  • Choices of different tree styles

Fixed

  • The "Add Icon" option not work

0.1.0 - 2021-02-15

Added

  • Exclude / Include folders or files by clicking checkbox.
  • Hide or display icons in the tree by clicking checkbox.
  • Exclude folders or filse by parseing .gitignore file.