ups/.vscode/launch.json

10 lines
137 B
JSON
Raw Normal View History

2022-04-07 20:20:18 +08:00
{
"version": "0.2.0",
"configurations": [
{
"type": "espidf",
"name": "Launch",
"request": "launch"
}
]
}