-
Notifications
You must be signed in to change notification settings - Fork 19
saving profile from command panel fails #31
Comments
same issue for me |
I found a workaround by installing a missing npm dependency: from a command prompt (or a shell prompt), run the command
then , from vscode, install manually the extension by selecting the .vsix file that has just been created. Now creating and selecting profiles works for me without errors. I've not tested the load/unload of extensions yet |
It's possible that the extension is built against quite an outdated version of VS Code. I'm in the process of updating it but hitting an issue with the build pipeline. |
The same issue using WSL and code-insiders. It doesn't pop up any error. Just it doesn't save the new profile. |
Estou com o mesmo problema. |
visual studio code version 1.45.1
repro steps
expected behavior:
prompt for profile name should appear to save profile
Actual behavior:
error message appears in bottom right corner of vscode saying "Command 'Profile Switcher: Save Profile resulted in an error (command 'extension.saveprofile' not found)"
The text was updated successfully, but these errors were encountered: