27 lines
551 B
Text
27 lines
551 B
Text
|
{
|
||
|
"folders": [
|
||
|
{
|
||
|
"path": "."
|
||
|
},
|
||
|
{
|
||
|
"path": "../rp2040"
|
||
|
},
|
||
|
{
|
||
|
"path": "../esphome"
|
||
|
}
|
||
|
],
|
||
|
"settings": {
|
||
|
"c-cpp-flylint.flexelint.enable": false,
|
||
|
"c-cpp-flylint.lizard.enable": false,
|
||
|
"c-cpp-flylint.flawfinder.enable": false,
|
||
|
"files.associations": {
|
||
|
"*.tmpl": "jinja",
|
||
|
"*.txt": "plaintext",
|
||
|
"memory": "cpp",
|
||
|
"istream": "cpp",
|
||
|
"ostream": "cpp"
|
||
|
},
|
||
|
"cortex-debug.openocdPath": "/opt/openocd-rp2040/bin/openocd",
|
||
|
//"cortex-debug.gdbPath": "/workspaces/rp2040/system/arm-none-eabi/bin/arm-none-eabi-gdb",
|
||
|
}
|
||
|
}
|