Code highlighting

This commit is contained in:
CarlWachter 2025-03-27 11:21:01 +01:00
parent 4582737c96
commit e240458d59
4 changed files with 16 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -9,6 +9,7 @@
* such as include paths, browse paths, defines, etc. * such as include paths, browse paths, defines, etc.
*/ */
"name": "STM32", "name": "STM32",
"compileCommands": "${config:cmake.buildDirectory}/compile_commands.json",
"configurationProvider": "ms-vscode.cmake-tools", "configurationProvider": "ms-vscode.cmake-tools",
"intelliSenseMode": "${default}" "intelliSenseMode": "${default}"
} }

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"C_Cpp.intelliSenseEngine": "default",
"files.associations": {
"*.tpp": "cpp"
}
}

View File

@ -1 +1 @@
compile_commands.json build/debug/compile_commands.json