[LLD][COFF] Emit tail merge pdata for delay load thunks on ARM64EC (#116810)
[llvm-project.git] / mlir / utils / vscode / .vscode / launch.json
blobdfe1753e6a663d4f86792e3e4fdfcc43e9a5d443
2         // Use IntelliSense to learn about possible attributes.
3         // Hover to view descriptions of existing attributes.
4         // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5         "version": "0.2.0",
6         "configurations": [
7                 {
8                         "type": "extensionHost",
9                         "request": "launch",
10                         "name": "Run Extension",
11                         "runtimeExecutable": "${execPath}",
12                         "args": [
13                                 "--extensionDevelopmentPath=${workspaceRoot}"
14                         ],
15                         "outFiles": [
16                                 "${workspaceRoot}/out/**/*.js"
17                         ],
18                         "preLaunchTask": {
19                                 "type": "npm",
20                                 "script": "watch"
21                         }
22                 }
23         ]