Fix vscode setting
This commit is contained in:
parent
1c36aea288
commit
d540c434fe
1 changed files with 1 additions and 1 deletions
2
.vscode/c_cpp_properties.json
vendored
2
.vscode/c_cpp_properties.json
vendored
|
|
@ -2,7 +2,7 @@
|
|||
"configurations": [
|
||||
{
|
||||
"name": "pico",
|
||||
"compileCommands": "${workspaceFolder}/example/build/compile_commands.json"
|
||||
"compileCommands": "${workspaceFolder}/examples/build/compile_commands.json"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
|
|
|
|||
Loading…
Reference in a new issue