-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I know that in the workspace uri, we can manually add generated=1 in order to see generated code.
However, is there a way of specifying this when selecting a namespace to edit or view from the InterSystems Server Explorer? It seems as if all you can do is "Edit Code in Namespace" or "View Code in Namespace", which adds the uri to the workspace file without generated=1.
This would be a good timesaver to have as we have dozens of instances/namespaces that we sometimes need to jump between, and we always remove from workspace when done with a server so that it doesn't clutter our VScode. So we would be almost constantly editing on some namespace, modifying the workspace to add generated=1, working with that namespace, removing that namespace from workspace, repeat.