Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #213 from nadeeshaan/dev-branch
Browse files Browse the repository at this point in the history
Add config defaults for suggestions within snippets
  • Loading branch information
prabushi authored Feb 12, 2021
2 parents c16f759 + f57cf4b commit 74c88a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
},
"configurationDefaults": {
"[ballerina]": {
"editor.wordBasedSuggestions": false
"editor.wordBasedSuggestions": false,
"editor.suggest.snippetsPreventQuickSuggestions": false
},
"[toml]": {
"editor.wordBasedSuggestions": false
Expand Down

0 comments on commit 74c88a4

Please sign in to comment.