diff --git a/src/vscode-bicep/package.json b/src/vscode-bicep/package.json index 97f36bc01f3..82c8b7a2d20 100644 --- a/src/vscode-bicep/package.json +++ b/src/vscode-bicep/package.json @@ -43,7 +43,10 @@ "configurationDefaults": { "[bicep]": { "editor.tabSize": 2, - "editor.insertSpaces": true + "editor.insertSpaces": true, + "editor.suggestSelection": "first", + "editor.suggest.snippetsPreventQuickSuggestions": false, + "editor.suggest.showWords": false } }, "configuration": {