diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-28 14:36:31 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-28 14:36:31 +0200 |
commit | 265232d0ec91b457d882d0d0322e9d2f4b2cffac (patch) | |
tree | bfcdd1754e3ef7cdbfd4d5fdc2530c693b0301aa /.vscode/c_cpp_properties.json | |
parent | acd6ce94aec16860ee5c0b690707db4feb428f72 (diff) |
qt debug and editor autocomplete config for vscode (tested linux)
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r-- | .vscode/c_cpp_properties.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..ff639d8 --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,13 @@ +{ + "configurations": [ + { + "name": "stm32f091", + "compileCommands": "${workspaceFolder}/stm32f091/compile_commands.json" + }, + { + "name": "client", + "compileCommands": "${workspaceFolder}/client/compile_commands.json" + } + ], + "version": 4 +}
\ No newline at end of file |