hollowtree / vscode-vue-snippets

A Vue.js 2 Snippets Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=hollowtree.vue-snippets
96 stars 30 forks source link

VS Code Search (⇧ ⌘ F) blocked by "vue3snippets.format" command. #39

Closed ghost closed 3 years ago

ghost commented 3 years ago

Problem:

vue3snippets.format blocks the default VS Code keyboard shortcut for a global search [⇧ ⌘ F].

Solution:

Change the shortcut, or describe how to change/disable the command.

Ext. Version: v1.0.26

hollowtree commented 3 years ago

hollowtree.vue-snippets don't provide formatter, maybe you can try to disable other extension one by one, to find specific extension that provide this command. If you can't find, please list all the extension you installed, thanks.

ghost commented 3 years ago

@hollowtree thank you for the notice! Moved to Wscats/vue-snippets https://github.com/Wscats/vue-snippets/issues/14