alefragnani / vscode-project-manager

Project Manager Extension for Visual Studio Code
GNU General Public License v3.0
1.93k stars 224 forks source link

[FEATURE] - Let us enter a new path when a project has been moved #671

Closed CanePlayz closed 1 year ago

CanePlayz commented 1 year ago

Currently, when a project has been moved, you need to delete it and create a new one. A feature where you can enter the new project path when the message that the project couldn't be found pops up would be really helpful.

alefragnani commented 1 year ago

Hi @CanePlayz ,

It already does that. When you select a project with an invalid path, the extension warns you and gives you the option Update Project, which will open projects.json file. There, you can freely edit it's path.

edit project

Hope this helps

CanePlayz commented 1 year ago

Hi @CanePlayz ,

It already does that. When you select a project with an invalid path, the extension warns you and gives you the option Update Project, which will open projects.json file. There, you can freely edit it's path.

edit project

Hope this helps

Thanks. I must have missed that yesterday, sorry. 😬

CanePlayz commented 1 year ago

Hi @CanePlayz ,

It already does that. When you select a project with an invalid path, the extension warns you and gives you the option Update Project, which will open projects.json file. There, you can freely edit it's path.

edit project

Hope this helps

Thanks. I must have missed that yesterday, sorry. 😬