acmx icon indicating copy to clipboard operation
acmx copied to clipboard

Got control of vscode after calling openFolder

Open mfornet opened this issue 5 years ago • 1 comments

After calling openFolder another instance of vscode is open, so next commands are not called.

mfornet avatar Apr 13 '20 18:04 mfornet

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.

mfornet avatar May 23 '20 15:05 mfornet