Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 1.07 KB

Change Log

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

Check Keep a Changelog for recommendations on how to structure this file.

[0.0.5] - 2024-11-01

Added

  • Create or clone Git repository
  • Open a folder in the terminal

[0.0.4] - 2023-04-14

Added

  • Open a folder or project in a new window

[0.0.3] - 2023-01-25

Fixed

  • Cannot get templates from custom template folders

[0.0.2] - 2023-01-24

Added

  • Auto refresh the project tree view when related configurations are changed
  • Ignore folders beginning with a dot in the project tree view
  • Can choose to set the root path globally or for the current workspace
  • Identify a git repository with icons in the project tree view
  • Create projects from a template

Fixed

  • Fixed a bug that the button to remove a folder from the current workspace does not work because the extension is not activated

[0.0.1] - 2022-11-16

  • Initial release, implemented basic functions such as project retrieval, addition and deletion