Skip to content

Commit c0d3e1e

Browse files
authored
Partially revert #190 (#238)
Turns out we need a task provider after all, otherwise we see error messages in the task output panel. ![Screenshot 2022-11-21 at 15 46 56](https://user-images.githubusercontent.com/40952/203084207-b687268d-9bae-4efe-8fa4-c59336f732b7.png)
1 parent 0cd1561 commit c0d3e1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/databricks-vscode/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"onCommand:databricks.logs.openFolder",
6060
"onView:configurationView",
6161
"onView:clusterView",
62+
"onTaskType:databricks",
6263
"onDebugResolve:databricks",
6364
"onDebugResolve:databricks-workflow"
6465
],
@@ -349,6 +350,11 @@
349350
"icon": "$(filter)"
350351
}
351352
],
353+
"taskDefinitions": [
354+
{
355+
"type": "databricks"
356+
}
357+
],
352358
"problemMatchers": [
353359
{
354360
"name": "bricks-sync",

0 commit comments

Comments
 (0)