Skip to content

Commit

Permalink
several bug fixes + new functionalities
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrens committed Aug 21, 2023
1 parent 3edca27 commit 8a4ef64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"CMAKE_MODULE_PATH": "${env:PICO_INSTALL_PATH}/pico-sdk-tools"
},
"cmake.generator": "Ninja",
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}

0 comments on commit 8a4ef64

Please sign in to comment.