File tree Expand file tree Collapse file tree 7 files changed +33
-8
lines changed Expand file tree Collapse file tree 7 files changed +33
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @databricks/databricks-vscode" ,
3- "version" : " 0.0.7 " ,
3+ "version" : " 0.0.8 " ,
44 "private" : true ,
55 "workspaces" : [
66 " packages/*"
Original file line number Diff line number Diff line change 1+ # Release: v0.0.8
2+
3+ ## packages/databricks-sdk-js
4+
5+ ## <small >0.0.8 (2022-12-23)</small >
6+
7+ - Fix: Fix running the Azure CLI "az" on Windows
8+
19# Release: v0.0.7
210
311## packages/databricks-sdk-js
Original file line number Diff line number Diff line change 11{
22 "name" : " @databricks/databricks-sdk" ,
3- "version" : " 0.0.7 " ,
3+ "version" : " 0.0.8 " ,
44 "description" : " Databricks SDK" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 1+ # Release: v0.0.8
2+
3+ ## packages/databricks-vscode-types
4+
5+ ## <small >0.0.8 (2022-12-23)</small >
6+
17# Release: v0.0.7
28
39## packages/databricks-vscode-types
Original file line number Diff line number Diff line change 11{
22 "name" : " @databricks/databricks-vscode-types" ,
3- "version" : " 0.0.7 " ,
3+ "version" : " 0.0.8 " ,
44 "description" : " Package with types and interfaces to develop extensions to the Databricks VSCode plugin" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1+ # Release: v0.0.8
2+
3+ ## packages/databricks-vscode
4+
5+ ## <small >0.0.8 (2022-12-23)</small >
6+
7+ - Fix: Properly detect the Azure CLI ` az ` on Windows
8+ - Fix: Fix synchronizing files located in folders on Windows
9+ - Fix: Improve host name validation in the workspace configuration wizard
10+ - Fix: Fix bug in project.json parsing
11+
112# Release: v0.0.7
213
314## packages/databricks-vscode
2233
2334## <small >0.0.5 (2022-11-30)</small >
2435
25- - critical fix: Fix edge case where the sync command could have deleted the Databricks Repo
26- - fix : Make sure line numbers in python stack traces are correct.
27- - fix : Correctly generate logfile on Windows
36+ - Critical fix: Fix edge case where the sync command could have deleted the Databricks Repo
37+ - Fix : Make sure line numbers in python stack traces are correct.
38+ - Fix : Correctly generate logfile on Windows
2839
2940# Release: v0.0.4
3041
Original file line number Diff line number Diff line change 44 "description" : " IDE support for Databricks" ,
55 "publisher" : " databricks" ,
66 "license" : " UNLICENSED" ,
7- "version" : " 0.0.7 " ,
7+ "version" : " 0.0.8 " ,
88 "engines" : {
99 "vscode" : " ^1.69.1"
1010 },
606606 ],
607607 "report-dir" : " coverage"
608608 }
609- }
609+ }
You can’t perform that action at this time.
0 commit comments