Releases: paiqo/Databricks-VSCode
Releases · paiqo/Databricks-VSCode
v0.5.2
- fix issues with deprecated file extension '.py.ipynb'. Also removed it from configuration settings (but it still works)
- reworked UseCodeCells to now use the code cell tags provided by Databricks instead of adding new ones
- refresh on Connections Tab now also re-activates the current connection to reload the configuration
v0.5.1
fix issue with wrong/unsupported file extensions when downloading notebooks
v0.5.0
- added support for Code Cells which can be enabled using the new configuration property "useCodeCells"
- minor fixes for connection manager
v0.4.1
added better validation of configuration settings
use of defaults if no values were provided
v0.4.0
Moved all settings to user-settings to avoid any sensitive values in the workspace settings
Reworked connections internally (formerly known as environments)
v0.3.5
- added better logging for API calls
- fix issue with API Root URL
- added compare feature for source files
v0.3.4
improved logging for better API call debugging
v0.3.3
added logging for API calls
reworked Workspace classes
v0.3.0
- added compare feature for local vs. online files/notebooks
- added configuration for export formats and local file extensions
- change enableProposedAPIs to false
v.0.2.5
- added configuration option for export formats
- rework file extension to language mapping
- add logger to console window
- update Readme.md