You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,11 @@ Currently, we have the following packages:
21
21
Prepare yarn:
22
22
23
23
```
24
-
npm install -g yarn@2
24
+
npm install -g yarn@3
25
25
yarn install
26
26
```
27
27
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.
Copy file name to clipboardExpand all lines: packages/databricks-vscode/CHANGELOG.md
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,47 @@
1
+
# Release: v2.11.1
2
+
3
+
## packages/databricks-vscode
4
+
5
+
## (2026-06-18)
6
+
7
+
- fix: use correct target folder for createFolder/uploadFile in Workspace fs (#1913) ([be427e9](https://github.com/databricks/databricks-vscode/commit/be427e9)), closes [#1913](https://github.com/databricks/databricks-vscode/issues/1913)
8
+
- Drop the “or greater” addition on the line where extension suggests to activate a Python environment ([13452fb](https://github.com/databricks/databricks-vscode/commit/13452fb)), closes [#1915](https://github.com/databricks/databricks-vscode/issues/1915)
9
+
- Gate WSFS and docs panels on extension activation (#1909) ([308f687](https://github.com/databricks/databricks-vscode/commit/308f687)), closes [#1909](https://github.com/databricks/databricks-vscode/issues/1909)
10
+
- Pass DATABRICKS_CLI_PATH and resolve the platform-specific CLI binary (#1910) ([6fcb630](https://github.com/databricks/databricks-vscode/commit/6fcb630)), closes [#1910](https://github.com/databricks/databricks-vscode/issues/1910)[#1903](https://github.com/databricks/databricks-vscode/issues/1903)
11
+
12
+
# Release: v2.11.0
13
+
14
+
## packages/databricks-vscode
15
+
16
+
## (2026-06-04)
17
+
18
+
- New feature: Unity catalog explorer
19
+
- New feature: Workspace filesystem explorer
20
+
- Add support for SPOG host URLs
21
+
- Bump Databricks CLI version to 1.2.0
22
+
23
+
# Release: v2.10.8
24
+
25
+
## packages/databricks-vscode
26
+
27
+
## (2026-05-20)
28
+
29
+
- Bump Databricks JS SDK to 0.17.0
30
+
31
+
# Release: v2.10.7
32
+
33
+
## packages/databricks-vscode
34
+
35
+
## (2026-05-07)
36
+
37
+
- Add remote mode for initial Remote Development compatibility (#1861) ([9e768db](https://github.com/databricks/databricks-vscode/commit/9e768db))
- Preserve profile name in Databricks CLI auth provider (#1877) ([3f54441](https://github.com/databricks/databricks-vscode/commit/3f54441))
40
+
- Fix new profile sign in using already existing host under different profile (#1893) ([c4c25fb](https://github.com/databricks/databricks-vscode/commit/c4c25fb))
41
+
- Include profiles with `account_id` in `listProfiles` results (#1894) ([d6e2e5d](https://github.com/databricks/databricks-vscode/commit/d6e2e5d))
42
+
- Update minimal python and dbconnect versions for serverless (#1884) ([5a1a1d5](https://github.com/databricks/databricks-vscode/commit/5a1a1d5))
43
+
- Update Databricks CLI to v0.297.2 (#1882) ([ea77424](https://github.com/databricks/databricks-vscode/commit/ea77424)) — see the [CLI release notes](https://github.com/databricks/cli/releases) for changes since v0.286.0
0 commit comments