Skip to content

Commit 894a4ff

Browse files
committed
[Feature] Disable the dbt task run when folder open
Signed-off-by: Kent Huang <[email protected]>
1 parent bf25087 commit 894a4ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/tasks.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"problemMatcher": [],
2020

2121
// Try start the task on folder open
22-
"runOptions": {
23-
"runOn": "folderOpen"
24-
},
22+
// "runOptions": {
23+
// "runOn": "folderOpen"
24+
// },
2525
// Create the tasks in a terminal group
2626
"presentation": {
2727
"panel": "shared",

0 commit comments

Comments
 (0)