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 da0d3ce commit c97582bCopy full SHA for c97582b
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### 2.1.0
2
+
3
+- [Support for ESLint suggest API](https://github.com/microsoft/vscode-eslint/pull/814)
4
5
6
### 2.0.15
7
8
- Update to latest LSP libraries
package.json
@@ -2,7 +2,7 @@
"name": "vscode-eslint",
"displayName": "ESLint",
"description": "Integrates ESLint JavaScript into VS Code.",
- "version": "2.0.15",
+ "version": "2.1.0",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
0 commit comments