I added a command called Modify Project Metadata.... It can be accessed from:
Projects Explorer (right-click on a project node)
file explorer (right-click on server-side root folder with a project query parameter)
command palette.
Right now the command only lets you change the Description of a project, but I chose a generic name in case we eventually want it to edit other properties (which I consider very unlikely).
This PR fixes #1324
I added a command called
Modify Project Metadata...
. It can be accessed from:project
query parameter)Right now the command only lets you change the Description of a project, but I chose a generic name in case we eventually want it to edit other properties (which I consider very unlikely).