We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f187449 commit 52425e8Copy full SHA for 52425e8
messages.json
@@ -4,5 +4,6 @@
4
"0.2.1": "messages/0.2.1.txt",
5
"0.2.2": "messages/0.2.2.txt",
6
"0.3.0": "messages/0.3.0.txt",
7
- "0.4.0": "messages/0.4.0.txt"
+ "0.4.0": "messages/0.4.0.txt",
8
+ "0.4.1": "messages/0.4.1.txt"
9
}
messages/0.4.1.txt
@@ -0,0 +1,8 @@
1
+=> 0.4.1
2
+
3
+Major bug fixes:
+* didClose not sent (thanks @rwols)
+* completions stuck when empty list received (thanks @golddranks)
+* ImportError: mdpopups dependencies not installed correctly (thanks @jrappen)
+See https://github.com/tomv564/LSP/releases/tag/0.4.1 for full update details.
0 commit comments