103/vscodeplugin
Issue 103 An initial implementation to visualize CALM instantiation when CALM: Calm Visualize Current Instantiation File is run in the VS code command pallet.
Thanks for the PR @Adwoa-Konadu-Appiah!
@aidanm3341 can we get your review on this PR please.
An initial thought from me, should we place this in a top level folder called plugins then vscode that way if we create extensions for IntelliJ or other tools they can be grouped together?
Thanks for the PR @Adwoa-Konadu-Appiah!
@aidanm3341 can we get your review on this PR please.
An initial thought from me, should we place this in a top level folder called
pluginsthenvscodethat way if we create extensions for IntelliJ or other tools they can be grouped together?
Completely agree - we should go with plugins -> vscode -> validate / visualize whatever
I think we should hold fire on merging this - it looks like the calmToDot was copied into this extension folder.
There are problems having the extension depend on the CLI module, but this is something I believe we really need to overcome prior to merging.
I'm going to close this PR ( along with my other PR in the similar vein ) - we can still refer to the code and can re-open once the extension framework is in place.