Skip to content

Commit

Permalink
try again to fix compiler watch (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydtabb authored Mar 12, 2024
1 parent 43dab1b commit 47007fc
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.compile-no-emit.json",
"tsconfig": "packages/malloy/tsconfig.json",
"option": "watch",
"problemMatcher": ["$tsc-watch"],
"problemMatcher": [
"$tsc-watch"
],
"group": "build",
"label": "tsc-compile-watch",
"runOptions": { "runOn": "folderOpen" },
"presentation": {
"reveal": "silent",
"revealProblems": "never",
"close": true,
"focus": false
}
"label": "tsc: watch - packages/malloy/tsconfig.json",
"runOptions": { "runOn": "folderOpen" }
}
]
}

0 comments on commit 47007fc

Please sign in to comment.