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
resolve cradle config for the file to get theCradle. (Only here we know what build tools are used for the file)
runCradle to run the cradleAction in Cradle and obtain the argumentsghc needed to compile the file
Since only cabal cradle can do batch load. (Multiple cabal files?)
To minimize changes need to be made, internal changes need to be made to cabalActions.
Because we need to merge multiple cabalAction. Current implementation is not possible.
Originates from haskell/haskell-language-server#4381
Batch loading api is needed for performance.
I assume something like this:
The text was updated successfully, but these errors were encountered: