kufii / CodeSnap

📸 Take beautiful screenshots of your code in VS Code!
https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap
508 stars 67 forks source link

Can not get rid of CodeSnap key binding after removing plugin #122

Open the-teacher opened 1 year ago

the-teacher commented 1 year ago

I have removed CodeSnap from VSCode. When I press key set SHIFT + < which was binded to CodeSnap before it gives the error

command "codesnap.start" not found

Looks like you do not unregister your plugin on Uninstall.

I tried insta/uninstall/disable plugin. I tried even to remove/reinstall VScode. The issue is still here 🤯.

Screenshot 2022-11-21 at 10 48 47
the-teacher commented 1 year ago

To fix this case I had to go to settings and remove Keyboard shortcuts manually. Not sure why it is impossible to remove the shortcut when plugin is being removed.

Problem solved manually. The issue can be removed.