[LLD][COFF] Emit tail merge pdata for delay load thunks on ARM64EC (#116810)
[llvm-project.git] / mlir / utils / vscode / .vscode / tasks.json
blob5efd8048880a1897e9014a322538e00db30def48
2         "version": "2.0.0",
3         "tasks": [
4                 {
5                         "type": "npm",
6                         "script": "compile",
7                         "group": "build",
8                         "presentation": {
9                                 "panel": "dedicated",
10                                 "reveal": "never"
11                         },
12                         "problemMatcher": [
13                                 "$tsc"
14                         ]
15                 },
16                 {
17                         "type": "npm",
18                         "script": "watch",
19                         "isBackground": true,
20                         "group": {
21                                 "kind": "build",
22                                 "isDefault": true
23                         },
24                         "presentation": {
25                                 "panel": "dedicated",
26                                 "reveal": "never"
27                         },
28                         "problemMatcher": [
29                                 "$tsc-watch"
30                         ]
31                 }
32         ]