mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/cmake-demo.git
synced 2025-06-10 02:25:59 +00:00
Code highlighting
This commit is contained in:
parent
4582737c96
commit
e240458d59
16
.mxproject
16
.mxproject
File diff suppressed because one or more lines are too long
1
.vscode/c_cpp_properties.json
vendored
1
.vscode/c_cpp_properties.json
vendored
@ -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
6
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"C_Cpp.intelliSenseEngine": "default",
|
||||||
|
"files.associations": {
|
||||||
|
"*.tpp": "cpp"
|
||||||
|
}
|
||||||
|
}
|
@ -1 +1 @@
|
|||||||
compile_commands.json
|
build/debug/compile_commands.json
|
Loading…
x
Reference in New Issue
Block a user