Add .ESP-IDF vscode configuration files

This commit is contained in:
2025-08-26 12:10:02 +03:00
parent 396a02b5ae
commit 54c8dc26fc
2 changed files with 38 additions and 0 deletions

15
test_apps/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "gdbtarget",
"request": "attach",
"name": "Eclipse CDT GDB Adapter"
},
{
"type": "espidf",
"name": "Launch",
"request": "launch"
}
]
}