We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f31b0d commit 4f6deabCopy full SHA for 4f6deab
messages.json
@@ -10,5 +10,6 @@
10
"0.5.0": "messages/0.5.0.txt",
11
"0.6.0": "messages/0.6.0.txt",
12
"0.7.0": "messages/0.7.0.txt",
13
- "0.7.1": "messages/0.7.1.txt"
+ "0.7.1": "messages/0.7.1.txt",
14
+ "0.7.2": "messages/0.7.2.txt"
15
}
messages/0.7.2.txt
@@ -0,0 +1,12 @@
1
+=> 0.7.2
2
+
3
+Changes in this minor update:
4
+* Fix language server shutdown when closing Sublime or its windows
5
+* Fix bugs with language server selection for document
6
+*
7
+Add "fill" and "box" to `document_highlight_style`
8
+* Updated References panel
9
+* Add default configs for Dart, PHP, Kotlin
+* Show more levels of diagnostics in hovers, add configuration for auto-opening panel.
+See https://github.com/tomv564/LSP/releases/tag/0.7.2 for full update details.
0 commit comments