Skip to content

Commit

Permalink
Change cpp editor.stickyScroll.defaultModel. (#12486)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-mcmanus committed Jul 19, 2024
1 parent 01829f8 commit 626bb6e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5988,18 +5988,21 @@
"configurationDefaults": {
"[cpp]": {
"editor.wordBasedSuggestions": "off",
"editor.suggest.insertMode": "replace",
"editor.semanticHighlighting.enabled": true
"editor.semanticHighlighting.enabled": true,
"editor.stickyScroll.defaultModel": "foldingProviderModel",
"editor.suggest.insertMode": "replace"
},
"[cuda-cpp]": {
"editor.wordBasedSuggestions": "off",
"editor.suggest.insertMode": "replace",
"editor.semanticHighlighting.enabled": true
"editor.semanticHighlighting.enabled": true,
"editor.stickyScroll.defaultModel": "foldingProviderModel",
"editor.suggest.insertMode": "replace"
},
"[c]": {
"editor.wordBasedSuggestions": "off",
"editor.suggest.insertMode": "replace",
"editor.semanticHighlighting.enabled": true
"editor.semanticHighlighting.enabled": true,
"editor.stickyScroll.defaultModel": "foldingProviderModel",
"editor.suggest.insertMode": "replace"
}
},
"semanticTokenTypes": [
Expand Down

0 comments on commit 626bb6e

Please sign in to comment.