purescript-language-server icon indicating copy to clipboard operation
purescript-language-server copied to clipboard

New spago args (--json-errors)

Open wclr opened this issue 1 year ago • 1 comments
trafficstars

This is just in case. New spago assumes passing --json-errors without --purs-args: spago build --json-errors, currently by default LS uses spago build --purs-args --json-errors build command wich gives an error.

So one can use buildCommand option to override the default build command.

wclr avatar Sep 26 '24 12:09 wclr

Yes, this for sure should become the default eventually, I guess new spago is still officially alpha, not sure what the usage % now splits at. That's assuming it isn't supported in old-spago without --purs-args

nwolverson avatar Oct 03 '24 09:10 nwolverson