acmx
acmx copied to clipboard
Got control of vscode after calling openFolder
After calling openFolder another instance of vscode is open, so next commands are not called.
One solution might be create a LOCK file in the attic and when a new editor is open, if the LOCK file is present, we open main solution and remove LOCK file. It is hacky, but it should work.