We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7e827 commit e2d8ac7Copy full SHA for e2d8ac7
2 files changed
CHANGELOG.md
@@ -1,4 +1,11 @@
1
2
+
3
+**v1.2.2**
4
+=============================================
5
6
+## What's New
7
+ - Added "multi-root ready" keyword, as requested by VS Code Team [#29]((https://github.com/mrcrowl/vscode-hg/issues/29)
8
9
**v1.2.1**
10
=============================================
11
package.json
@@ -16,7 +16,7 @@
16
"bugs": {
17
"url": "https://github.com/mrcrowl/vscode-hg/issues"
18
},
19
- "version": "1.2.1",
+ "version": "1.2.2",
20
"engines": {
21
"vscode": "^1.17.0"
22
@@ -25,7 +25,8 @@
25
"mercurial",
26
"source",
27
"tortoise",
28
- "scm"
+ "scm",
29
+ "multi-root ready"
30
],
31
"icon": "icon.png",
32
"enableProposedApi": false,
0 commit comments