aboutsummaryrefslogtreecommitdiff
path: root/main/puzzle/software/.vscode/launch.json
blob: 6d2236f737e3322d35589719a8e10a41581e89e4 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "espidf",
      "name": "Launch",
      "request": "launch"
    }
  ]
}