We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da54831 commit 476ce75Copy full SHA for 476ce75
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.5.14] - 2022-11-18
6
+
7
+### 🐛 Bug Fixes
8
9
+- Load projects inside multi-root workspaces [#2791](https://github.com/iterative/vscode-dvc/pull/2791) by [@sroy3](https://github.com/sroy3)
10
11
## [0.5.13] - 2022-11-17
12
13
### 🐛 Bug Fixes
extension/package.json
@@ -9,7 +9,7 @@
"extensionDependencies": [
"vscode.git"
],
- "version": "0.5.13",
+ "version": "0.5.14",
"license": "Apache-2.0",
14
"readme": "./README.md",
15
"repository": {
0 commit comments