Skip to content

Commit fcffbea

Browse files
[DECO-148] Add run on databricks in file tree right click menu (#144)
<img width="606" alt="Screenshot 2022-10-27 at 6 43 38 PM" src="https://user-images.githubusercontent.com/88374338/198350991-058d060e-ec2c-4ba3-8f92-70524c82195e.png">
1 parent 3026e88 commit fcffbea

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

packages/databricks-vscode/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,16 @@
319319
"command": "databricks.run.runEditorContentsAsWorkflow",
320320
"when": "resourceLangId == python"
321321
}
322+
],
323+
"explorer/context": [
324+
{
325+
"command": "databricks.run.runEditorContents",
326+
"when": "resourceLangId == python"
327+
},
328+
{
329+
"command": "databricks.run.runEditorContentsAsWorkflow",
330+
"when": "resourceLangId == python"
331+
}
322332
]
323333
},
324334
"submenus": [

0 commit comments

Comments
 (0)