You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
### 1.5.0
2
+
3
+
- Emit warning about limited support for ghc-9.x on hls executable download
4
+
- Fix `working out project ghc` progress notificacion
5
+
- Fix tactics config, thanks to @isovector
6
+
1
7
### 1.4.0
2
8
3
9
- Restore `resource` scope for `haskell.serverExecutablePath` temporary. The `machine` scope will be set again after giving users a period of time to let them adapt theirs workflows and changing or adding some option in the extension itself to help that adjustement (see #387).
There are a few placeholders which will be expanded:
@@ -61,7 +61,7 @@ There are a few placeholders which will be expanded:
61
61
62
62
#### Security warning
63
63
64
-
The option has scope `resource` scope so it can be changed per workspace.
64
+
The option has `resource` scope so it can be changed per workspace.
65
65
This supposes it could be used to execute arbitrary programs adding a `.vscode/settings.json` in the workspace folder including this option with the appropiate path.
66
66
For this reason its scope will be changed to `machine` so users only will be able to change it globally.
67
67
See #387 for more details.
@@ -109,16 +109,18 @@ Note that if `haskell-language-server-wrapper`/`haskell-language-server` is alre
109
109
110
110
These are the versions of GHC that there are binaries of `haskell-language-server` for. Building from source may support more versions!
The exact list of binaries can be checked in the last release of haskell-language-server: <https://github.com/haskell/haskell-language-server/releases/latest>
0 commit comments