Skip to content

Commit

Permalink
Do not force snippet suggestions to the bottom of completions (#609)
Browse files Browse the repository at this point in the history
* Do not force snippet suggestions to the bottom of completions

* Update changelog
  • Loading branch information
juliasilge authored Nov 26, 2024
1 parent d818dd0 commit 772c650
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions apps/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

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

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

Expand Down
1 change: 0 additions & 1 deletion apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,6 @@
"strings": "on"
},
"editor.quickSuggestionsDelay": 250,
"editor.snippetSuggestions": "bottom",
"editor.wordBasedSuggestions": "off",
"editor.suggestOnTriggerCharacters": true,
"editor.unicodeHighlight.ambiguousCharacters": false,
Expand Down

0 comments on commit 772c650

Please sign in to comment.