Skip to content

Releases: OnewayLab/vscode-projects-plus-plus

v0.0.5

03 Nov 06:33
Compare
Choose a tag to compare
  • 新增创建或克隆 Git 仓库功能。
  • Create or clone Git repository.
  • 新增在终端打开文件夹功能。
  • Open a folder in the terminal.

v0.0.4

14 Apr 07:54
Compare
Choose a tag to compare

新增在新窗口打开文件夹或项目的功能。
Open a folder or project in a new window.

v0.0.3

25 Jan 03:14
Compare
Choose a tag to compare

修复无法通过用户定义的模板文件夹获取项目模板的 bug。

Fixed a bug that project templates could not be retrieved from custom template folders.

v0.0.2

24 Jan 04:08
Compare
Choose a tag to compare
  1. 重构代码(Refactor the code);
  2. 忽略 Projects 视图中以 . 开头的文件夹(Ignore folders beginning with . in the Projects tree view);
  3. 使用模板创建项目(Create projects with templates);
  4. 自动识别 git 仓库(Automatically recognize git repositories)。

v0.0.1

16 Nov 06:08
Compare
Choose a tag to compare

初始版本,实现了项目检索、添加和删除等基本功能。

Initial version, implemented basic functions such as project retrieval, addition and deletion.