From a8ace612709055b829132310539f7f21aa40d909 Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Fri, 22 Nov 2024 15:15:47 -0700 Subject: [PATCH] Do not force snippet suggestions to the bottom of completions --- apps/vscode/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/vscode/package.json b/apps/vscode/package.json index 118b1b7b..43169692 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -896,7 +896,6 @@ "strings": "on" }, "editor.quickSuggestionsDelay": 250, - "editor.snippetSuggestions": "bottom", "editor.wordBasedSuggestions": "off", "editor.suggestOnTriggerCharacters": true, "editor.unicodeHighlight.ambiguousCharacters": false,