This commit is contained in:
Martin Brodbeck 2023-01-02 14:54:14 +01:00
parent 4f7f75f518
commit df3ef6f9fa

View file

@ -16,4 +16,7 @@
}, },
"cmake.generator": "Unix Makefiles", "cmake.generator": "Unix Makefiles",
"cortex-debug.openocdPath": "${env:HOME}/pico/openocd/src/openocd", "cortex-debug.openocdPath": "${env:HOME}/pico/openocd/src/openocd",
"files.associations": {
"string": "cpp"
},
} }