Skip to content

Commit

Permalink
Set intellisense defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
majastrz committed Nov 26, 2020
1 parent a0a38b2 commit 3b5667c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/vscode-bicep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@
"configurationDefaults": {
"[bicep]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
"editor.insertSpaces": true,
"editor.suggest.statusBar.visible": true,
"editor.suggestSelection": "first",
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggest.showWords": false
}
},
"configuration": {
Expand Down

0 comments on commit 3b5667c

Please sign in to comment.