aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
blob: 961f091de89d1528da57a766f6f261aec157f31c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "version": "0.1.0",
  "configurations": [
    {
      "name": "Run Extension",
      "type": "extensionHost",
      "request": "launch",
      "runtimeExecutable": "${execPath}",
      "args": ["--extensionDevelopmentPath=${workspaceRoot}/ext"]
    }
  ]
}