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: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.4.8] - 2022-09-26
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Send initial YAML and JSON files right after language client starts (2/3) [#2445](https://github.com/iterative/vscode-dvc/pull/2445) by [@wolmir](https://github.com/wolmir)
10
+
11
+
### 🐛 Bug Fixes
12
+
13
+
- Add webpack to languageServer [#2469](https://github.com/iterative/vscode-dvc/pull/2469) by [@wolmir](https://github.com/wolmir)
14
+
- Check for global install of CLI after python install not found [#2462](https://github.com/iterative/vscode-dvc/pull/2462) by [@mattseddon](https://github.com/mattseddon)
15
+
- Account for exp show returning extra data in CLI output tests [#2463](https://github.com/iterative/vscode-dvc/pull/2463) by [@mattseddon](https://github.com/mattseddon)
16
+
17
+
### 🔨 Maintenance
18
+
19
+
- Remove coverage for prettier [#2470](https://github.com/iterative/vscode-dvc/pull/2470) by [@sroy3](https://github.com/sroy3)
20
+
- Add tests for column depth configuration [#2471](https://github.com/iterative/vscode-dvc/pull/2471) by [@julieg18](https://github.com/julieg18)
0 commit comments