summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
blob: 10d9aca1cd95a5c3726b35d72063b9ddf39b345a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "configurations": [
    {
      "name": "Python: Ink/Stitch",
      "type": "python",
      "request": "attach",
      "listen": {
        "port": 5678
      }
    }
  ]
}