Fixed clangd type hints in the matrix.cpp file
Some checks failed
Merge-Checker / build_and_test (pull_request) Failing after 28s
Some checks failed
Merge-Checker / build_and_test (pull_request) Failing after 28s
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -76,7 +76,7 @@
|
||||
"clangd.enable": true,
|
||||
"C_Cpp.dimInactiveRegions": false,
|
||||
"editor.defaultFormatter": "xaver.clang-format",
|
||||
"clangd.inactiveRegions.useBackgroundHighlight": true,
|
||||
"clangd.inactiveRegions.useBackgroundHighlight": false,
|
||||
"clangd.arguments": [
|
||||
"--compile-commands-dir=${workspaceFolder}/build"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user