|
108 | 108 | ## (2025-03-04) |
109 | 109 |
|
110 | 110 | - Add Documentation panel |
111 | | -- Ensure run button is visibilite for notebook editors |
| 111 | +- Ensure run button is visible for notebook editors |
112 | 112 | - Properly terminate debug session if the workflow webview was closed |
113 | 113 | - Update Databricks CLI to v0.242.0 |
114 | 114 |
|
@@ -573,7 +573,7 @@ CLI Changes |
573 | 573 |
|
574 | 574 | - Fix: Fix error handling when repos limit is reached, fixes [#726](https://github.com/databricks/databricks-vscode/issues/726) |
575 | 575 | - Patch: Port error handling code from GO SDK |
576 | | -- Telemety: Record SDK AuthType instead of VSCode AuthType |
| 576 | +- Telemetry: Record SDK AuthType instead of VSCode AuthType |
577 | 577 | - Fix: Bump dependencies |
578 | 578 | - Feature: Support all authentication methods for interactive debugging with dbconnect. |
579 | 579 | - Fix: Improve error message to switch from repos to workspace FS. |
@@ -606,7 +606,7 @@ CLI Changes |
606 | 606 | ## <small>0.3.11 (2023-04-25)</small> |
607 | 607 |
|
608 | 608 | - Feature: All customers should start seeing prompt for switching to using Workspace as sync destination. |
609 | | -- Feature: Move autcompletion for globals to `__builtins__.py` from internal stubs. |
| 609 | +- Feature: Move autocompletion for globals to `__builtins__.py` from internal stubs. |
610 | 610 | - Fix: Prepend cwd to PYTHONPATH so that local changes take precedence over installed libraries, fixes [#673](https://github.com/databricks/databricks-vscode/issues/673) |
611 | 611 |
|
612 | 612 | # Release: v0.3.10 |
@@ -682,7 +682,7 @@ CLI Changes |
682 | 682 | - Feature: Add `databricks.overrideDatabricksConfigFile` VS Code setting to override the location of `.databrickscfg` file, closes [#518](https://github.com/databricks/databricks-vscode/issues/518) |
683 | 683 | - Fix: jump-to-error links were not displayed when `Run File on Databricks` runs failed |
684 | 684 | - Fix: sync was hanging when moving files |
685 | | -- Fix: Files with certain special charecters (such as #-hash) in their names were not synced correctly. |
| 685 | +- Fix: Files with certain special characters (such as #-hash) in their names were not synced correctly. |
686 | 686 |
|
687 | 687 | # Release: v0.3.2 |
688 | 688 |
|
@@ -856,7 +856,7 @@ CLI Changes |
856 | 856 | - Added command `Open full logs` to open the log output folder |
857 | 857 | - Turn filtering of accessible cluster off by default. Can be enabled using the setting `databricks.clusters.onlyShowAccessibleClusters` |
858 | 858 | - Allow running ipynb files as workflows |
859 | | -- Improve handling cases where the user doesn't hve administrator permissions in the Databricks workspace |
| 859 | +- Improve handling cases where the user doesn't have administrator permissions in the Databricks workspace |
860 | 860 | - Show warning when the name of the selected Databricks Repo doesn't match the local workspace name |
861 | 861 | - Add setting `databricks.bricks.verboseMode` to show debug logs for the sync command |
862 | 862 |
|
|
0 commit comments