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.
2 parents e565833 + bae8abe commit 7483c27Copy full SHA for 7483c27
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [1.0.3] 03-Feb-2021
4
+- Require VS Code version 1.52 minimum to align with Language Server 1.1.
5
+
6
## [1.0.2] 15-Jan-2021
7
- Permit installation on earlier VS Code versions, back to 1.43.
8
package.json
@@ -11,7 +11,7 @@
11
},
12
"license": "MIT",
13
"engines": {
14
- "vscode": "^1.43.0"
+ "vscode": "^1.52.0"
15
16
"categories": [
17
"Extension Packs"
0 commit comments