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
Add cabal-gild as a cabal file formatter plugin (#4101)
* Add cabal-gild as a cabal file formatter plugin
* Add support for multiple cabal formatters
In addition, allow different cabal file formatter provider to specify an
explicit file path, instead of searching only on $PATH.
* Fix cabal formatter test flags
throwError (PluginInternalError"Failed to invoke cabal-gild")
84
+
ExitSuccess->do
85
+
let fmtDiff = makeDiffTextEdit contents out
86
+
pure$InL fmtDiff
87
+
Nothing->do
88
+
logError$LogFormatterBinNotFound cabalGildExePath
89
+
throwError (PluginInternalError"No installation of cabal-gild could be found. Please install it globally, or provide the full path to the executable.")
0 commit comments