|
89 | 89 | "enablement": "databricks.context.activated && databricks.context.loggedIn", |
90 | 90 | "icon": "$(debug-disconnect)" |
91 | 91 | }, |
92 | | - { |
93 | | - "command": "databricks.sync.start", |
94 | | - "title": "Start synchronization", |
95 | | - "category": "Databricks", |
96 | | - "enablement": "databricks.context.activated && databricks.context.loggedIn", |
97 | | - "icon": "$(debug-start)" |
98 | | - }, |
99 | | - { |
100 | | - "command": "databricks.sync.startFull", |
101 | | - "title": "Start synchronization (full sync)", |
102 | | - "category": "Databricks", |
103 | | - "enablement": "databricks.context.activated && databricks.context.loggedIn", |
104 | | - "icon": "$(sync)" |
105 | | - }, |
106 | | - { |
107 | | - "command": "databricks.sync.stop", |
108 | | - "title": "Stop synchronization", |
109 | | - "category": "Databricks", |
110 | | - "enablement": "databricks.context.activated && databricks.context.loggedIn", |
111 | | - "icon": "$(stop-circle)" |
112 | | - }, |
113 | 92 | { |
114 | 93 | "command": "databricks.cluster.filterByAll", |
115 | 94 | "title": "All", |
|
190 | 169 | "command": "databricks.wsfs.refresh", |
191 | 170 | "title": "Refresh workspace filesystem view", |
192 | 171 | "icon": "$(refresh)", |
193 | | - "enablement": "databricks.context.activated && databricks.context.loggedIn && config.databricks.sync.destinationType == workspace", |
| 172 | + "enablement": "databricks.context.activated && databricks.context.loggedIn && config.databricks.sync.destinationType == workspace && databricks.feature.views.workspace", |
194 | 173 | "category": "Databricks" |
195 | 174 | }, |
196 | 175 | { |
197 | 176 | "command": "databricks.wsfs.createFolder", |
198 | 177 | "title": "Create Folder", |
199 | 178 | "icon": "$(new-folder)", |
200 | | - "enablement": "databricks.context.activated && databricks.context.loggedIn", |
| 179 | + "enablement": "databricks.context.activated && databricks.context.loggedIn && databricks.feature.views.workspace", |
201 | 180 | "category": "Databricks" |
202 | 181 | }, |
203 | 182 | { |
|
219 | 198 | { |
220 | 199 | "command": "databricks.connection.bundle.selectTarget", |
221 | 200 | "icon": "$(gear)", |
222 | | - "title": "Select a Databricks Asset Bundle target.", |
| 201 | + "title": "Select a Databricks Asset Bundle target", |
223 | 202 | "enablement": "databricks.context.activated", |
224 | 203 | "category": "Databricks" |
225 | 204 | }, |
|
260 | 239 | }, |
261 | 240 | { |
262 | 241 | "command": "databricks.run.dbconnect.debug", |
263 | | - "title": "Databricks Connect: Debug current file", |
| 242 | + "title": "Debug current file with Databricks Connect", |
264 | 243 | "enablement": "databricks.context.activated && databricks.context.loggedIn", |
265 | 244 | "category": "Databricks", |
266 | 245 | "icon": { |
|
270 | 249 | }, |
271 | 250 | { |
272 | 251 | "command": "databricks.run.dbconnect.run", |
273 | | - "title": "Databricks Connect: Run current file", |
| 252 | + "title": "Run current file with Databricks Connect", |
274 | 253 | "enablement": "databricks.context.activated && databricks.context.loggedIn", |
275 | 254 | "category": "Databricks", |
276 | 255 | "icon": { |
|
320 | 299 | }, |
321 | 300 | { |
322 | 301 | "command": "databricks.bundle.variable.reset", |
323 | | - "title": "Reset to default values", |
| 302 | + "title": "Reset bundle variables to default values", |
324 | 303 | "enablement": "databricks.context.activated && databricks.context.bundle.isTargetSet && databricks.context.bundle.deploymentState == idle", |
325 | 304 | "category": "Databricks", |
326 | 305 | "icon": "$(discard)" |
|
594 | 573 | { |
595 | 574 | "command": "databricks.call", |
596 | 575 | "when": "false" |
| 576 | + }, |
| 577 | + { |
| 578 | + "command": "databricks.bundle.deployAndRun", |
| 579 | + "when": "false" |
| 580 | + }, |
| 581 | + { |
| 582 | + "command": "databricks.bundle.cancelRun", |
| 583 | + "when": "false" |
| 584 | + }, |
| 585 | + { |
| 586 | + "command": "databricks.utils.copy", |
| 587 | + "when": "false" |
597 | 588 | } |
598 | 589 | ], |
599 | 590 | "explorer/context": [ |
|
0 commit comments