Skip to content

Commit 1fd6dea

Browse files
Release: v2.11.1 (#1916)
## packages/databricks-vscode ## (2026-06-18) * fix: use correct target folder for createFolder/uploadFile in Workspace fs (#1913) ([be427e9](be427e9)), closes [#1913](#1913) * Drop the “or greater” addition on the line where extension suggests to activate a Python environment ([13452fb](13452fb)), closes [#1915](#1915) * Gate WSFS and docs panels on extension activation (#1909) ([308f687](308f687)), closes [#1909](#1909) * Pass DATABRICKS_CLI_PATH and resolve the platform-specific CLI binary (#1910) ([6fcb630](6fcb630)), closes [#1910](#1910) [#1903](#1903) ## packages/databricks-vscode-types ## (2026-06-18) Co-authored-by: releasebot <noreply@github.com>
1 parent be427e9 commit 1fd6dea

5 files changed

Lines changed: 20 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-vscode-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release: v2.11.1
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2026-06-18)
6+
17
# Release: v2.11.0
28

39
## packages/databricks-vscode-types

packages/databricks-vscode-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode-types",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/databricks-vscode/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
# Release: v2.11.0
213

314
## packages/databricks-vscode

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "IDE support for Databricks",
55
"publisher": "databricks",
66
"license": "LicenseRef-LICENSE",
7-
"version": "2.11.0",
7+
"version": "2.11.1",
88
"engines": {
99
"vscode": "^1.86.0",
1010
"node": ">=22.0"

0 commit comments

Comments
 (0)