Skip to content

Commit 772c650

Browse files
authored
Do not force snippet suggestions to the bottom of completions (#609)
* Do not force snippet suggestions to the bottom of completions * Update changelog
1 parent d818dd0 commit 772c650

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/vscode/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Provide F1 help at cursor in Positron (<https://github.com/quarto-dev/quarto/pull/599>)
66
- Expose new context keys for the language of a specific cell (<https://github.com/quarto-dev/quarto/pull/607>)
7+
- No longer send all snippet suggestions to the bottom of the completion list (<https://github.com/quarto-dev/quarto/pull/609>).
78

89
## 1.117.0 (Release on 2024-11-07)
910

apps/vscode/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,6 @@
896896
"strings": "on"
897897
},
898898
"editor.quickSuggestionsDelay": 250,
899-
"editor.snippetSuggestions": "bottom",
900899
"editor.wordBasedSuggestions": "off",
901900
"editor.suggestOnTriggerCharacters": true,
902901
"editor.unicodeHighlight.ambiguousCharacters": false,

0 commit comments

Comments
 (0)