Skip to content

Commit

Permalink
feat: prevent quick suggestions while using vscode snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaPipolo committed Apr 4, 2024
1 parent bbd5ceb commit c82ef81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
},
"[js]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"editor.suggest.snippetsPreventQuickSuggestions": true
}

0 comments on commit c82ef81

Please sign in to comment.