Skip to content

Commit 0cbab45

Browse files
authored
Merge branch 'main' into fix/databricks-cli-path-windows
2 parents 36a4dc1 + 260248e commit 0cbab45

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,11 @@ Currently, we have the following packages:
2121
Prepare yarn:
2222

2323
```
24-
npm install -g yarn@2
24+
npm install -g yarn@3
2525
yarn install
2626
```
2727

28-
Prepare Databricks JavaScript SDK:
29-
30-
```
31-
yarn run install:sdk
32-
```
28+
The Databricks JavaScript SDK (`@databricks/sdk-experimental`) is a regular npm dependency and is installed automatically by `yarn install` — no separate step is required.
3329

3430
Prepare Databricks CLI:
3531

packages/databricks-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
{
533533
"id": "workspaceFsView",
534534
"name": "Workspace file system",
535-
"when": "!databricks.context.remoteMode"
535+
"when": "databricks.context.activated && !databricks.context.remoteMode"
536536
},
537537
{
538538
"id": "unityCatalogView",
@@ -542,7 +542,7 @@
542542
{
543543
"id": "databricksDocsView",
544544
"name": "Documentation",
545-
"when": "!databricks.context.remoteMode"
545+
"when": "databricks.context.activated && !databricks.context.remoteMode"
546546
}
547547
]
548548
},

0 commit comments

Comments
 (0)