Skip to content

Commit

Permalink
Merge pull request #26 from TheSlowGrowth/feature/TSG/update-vscode-c…
Browse files Browse the repository at this point in the history
…onfig

update vscode config
  • Loading branch information
TheSlowGrowth authored Nov 20, 2021
2 parents 64002e8 + 048b517 commit 81ae10f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
},
"compilerPath": "~/dev/gcc-arm-none-eabi-9-2020-q2-update/bin/arm-none-eabi-gcc",
"cStandard": "c11",
"cppStandard": "gnu++17"
"cppStandard": "gnu++17",
"compileCommands": "${workspaceFolder}/plugin/build/compile_commands.json"
},
{
"name": "Win32",
Expand Down
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"davidschuldenfrei.gtest-adapter",
"ms-vscode.cpptools",
]
}
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "0.2.0",
"configurations": [
{
"name": "C++ Launch",
"name": "Launch Firmware",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceRoot}/firmware/build/TapeLooper.elf",
Expand Down

0 comments on commit 81ae10f

Please sign in to comment.