Releases: OnewayLab/vscode-projects-plus-plus
Releases · OnewayLab/vscode-projects-plus-plus
v0.0.5
- 新增创建或克隆 Git 仓库功能。
- Create or clone Git repository.
- 新增在终端打开文件夹功能。
- Open a folder in the terminal.
v0.0.4
新增在新窗口打开文件夹或项目的功能。
Open a folder or project in a new window.
v0.0.3
修复无法通过用户定义的模板文件夹获取项目模板的 bug。
Fixed a bug that project templates could not be retrieved from custom template folders.
v0.0.2
- 重构代码(Refactor the code);
- 忽略
Projects
视图中以 .
开头的文件夹(Ignore folders beginning with .
in the Projects
tree view);
- 使用模板创建项目(Create projects with templates);
- 自动识别 git 仓库(Automatically recognize git repositories)。
v0.0.1
初始版本,实现了项目检索、添加和删除等基本功能。
Initial version, implemented basic functions such as project retrieval, addition and deletion.