intersystems-community / vscode-objectscript

InterSystems ObjectScript extension for Visual Studio Code
https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
Other
108 stars 49 forks source link

Add Ability to Edit Project Description After Creation #1324

Closed mathewrimmingtoncds closed 8 months ago

mathewrimmingtoncds commented 8 months ago

After a project is created via the ObjectScript extension, it is not possible to edit the description. In Studio we use project descriptions to make notes about a piece of development. As a piece of development progresses, the notes need to keep changing.

It'd be really good if we had the same ability via VS Code.

isc-bsaviano commented 8 months ago

@mathewrimmingtoncds Good suggestion!

isc-bsaviano commented 8 months ago

Hi @mathewrimmingtoncds, I've opened PR #1326 to implement your suggestion. Please see the PR for a description of the new command. If you'd like to try it out you can download the version of the extension found here.

mathewrimmingtoncds commented 8 months ago

Hi @isc-bsaviano, this works perfectly thanks.