We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788b89a commit 73fbcfaCopy full SHA for 73fbcfa
.vscode/cmake-kits.json
@@ -1,7 +1,7 @@
1
[
2
{
3
- "name": "Local_avr-gcc-none-eabi",
4
- "toolchainFile": "${workspaceFolder}/cmake/LocalAvrGcc.cmake",
+ "name": "avr-gcc",
+ "toolchainFile": "${workspaceFolder}/cmake/AvrGcc.cmake",
5
"cmakeSettings": {
6
"CMAKE_MAKE_PROGRAM": "${workspaceFolder}/.dependencies/ninja-1.10.2/ninja",
7
"CMAKE_BUILD_TYPE": "Release"
0 commit comments