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 527931d commit fc1c26cCopy full SHA for fc1c26c
Changelog.md
@@ -1,3 +1,8 @@
1
+### 0.0.27
2
+
3
+* Re-enable search feature for documentation (@anonimitoraf)
4
+ Accesed via `ctrl-f`.
5
6
### 0.0.26
7
8
* Show documentation content using Webview API (@EdAllonby)
package.json
@@ -2,7 +2,7 @@
"name": "vscode-hie-server",
"displayName": "Haskell Language Server",
"description": "Language Server Protocol for Haskell via HIE",
- "version": "0.0.26",
+ "version": "0.0.27",
"license": "MIT",
"publisher": "alanz",
"engines": {
0 commit comments