Far better VSCode intellisense support using clangd. (#20382)

This commit is contained in:
Nick Brassel 2023-05-14 15:32:34 +10:00 committed by GitHub
commit 0b672f8775
Failed to generate hash of commit
4 changed files with 20 additions and 44 deletions

View file

@ -26,6 +26,9 @@
},
"python.formatting.provider": "yapf",
"[json]": {
"editor.formatOnSave": false
}
"editor.formatOnSave": false
},
"clangd.arguments": [
"--header-insertion=never"
]
}