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 a112131 commit 25d2eb4Copy full SHA for 25d2eb4
lsp-types/ChangeLog.md
@@ -1,5 +1,13 @@
1
# Revision history for lsp-types
2
3
+## 2.0.0.2
4
+
5
+* Removed deprecation pragmas from fields, as these cannot currently be avoided.
6
7
+## 2.0.0.1
8
9
+* Fixed missing `extra-source-files` for `metamodel.json`.
10
11
## 2.0.0.0
12
13
* Breaking change: major restructure to generate types and methods from the LSP metamodel.
lsp-types/lsp-types.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: lsp-types
-version: 2.0.0.1
+version: 2.0.0.2
synopsis:
Haskell library for the Microsoft Language Server Protocol, data types
0 commit comments