Skip to content

Commit

Permalink
Merge branch 'main' into bobbrow/codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrow authored Jul 19, 2024
2 parents 0a20b04 + 626bb6e commit beb5b04
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 beb5b04

Please sign in to comment.