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
Introduce 'automatic' mode for 'supportCabalFiles' option
Add option to automatically determine whether the Haskell Language
Server binary we are about to launch supports '.cabal' files.
If not, i.e. the HLS binary is older than '1.9.0.0', then we do not send
file notifications for '.cabal' files. Otherwise, we do send these
notifications.
The user can explicitly overwrite this option in order to avoid the
version check.
Copy file name to clipboardExpand all lines: src/hlsBinaries.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ type ProcessCallback = (
58
58
* @param callback Upon process termination, execute this callback. If given, must resolve promise. On error, stderr and stdout are logged regardless of whether the callback has been specified.
59
59
* @returns Stdout of the process invocation, trimmed off newlines, or whatever the `callback` resolved to.
0 commit comments