From 772c6501b6a033166b41c4cd07da2e0c50b3d9e4 Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Tue, 26 Nov 2024 10:13:11 -0700 Subject: [PATCH] Do not force snippet suggestions to the bottom of completions (#609) * Do not force snippet suggestions to the bottom of completions * Update changelog --- apps/vscode/CHANGELOG.md | 1 + apps/vscode/package.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index 5a979c7d..490e1432 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -4,6 +4,7 @@ - Provide F1 help at cursor in Positron () - Expose new context keys for the language of a specific cell () +- No longer send all snippet suggestions to the bottom of the completion list (). ## 1.117.0 (Release on 2024-11-07) 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,