Closed lukaszlukasiewicz closed 6 years ago
Same here. Works with code-insiders, but with regular code the switch fails.
@lukaszlukasiewicz @rnyberg check that. https://github.com/sadesyllas/vscode-workspace-switcher/issues/1
Yeah, "vscodeWorkspaceSwitcher.codeExecutable": "C:\\Program Files\\Microsoft VS Code\\bin\\code.cmd",
in my settings worked.
@lukaszlukasiewicz, has the above proposed solution worked for you?
Yes it does. Sorry about the delay.
After adding this path to the settings:
"vscodeWorkspaceSwitcher.codeExecutable" : "C:\\Program Files (x86)\\Microsoft VS Code\\bin\\code.cmd",
It started working.
I get this message when I try to save or switch workspace:
But workspace files are saved and they are correct (normal open wokspace command works).
Info from developer console:
Windows 10, VSCode 1.18.1. Plugin ver: 1.4.0