Alex
                                            Alex
                                        
                                    I get: `E492: Not an editor command: TsuOpen` Though there are other Tsu.. commands like `TsuStartServer` available.
After ``` > cabal update > ghcup compile hls -g master --ghc 9.2.3 ``` it works ok.
Ok, I checked now that without vscode running in the same directory after installing a new package and running `spago build` it builds only new dependencies. So is *probably* the...
Well the UX good would be `spago install package-name --build` or if decide that it should build by default, then `spago install package-name --no-build`. And spago could send to `purs.bin`...
On the one hand, things should be explicit, so the `--build` option would be preferred. But from the use case perspective, when a user installs a package in 99% percent...
> Maybe we should separate spago install (renaming it to spago fetch) What are the real use cases for using `fetch` vs installing and building the package? I can think...
> Clone simple-json to a local directory, such as ./spago-local Clone from where? > Edit overrides in packages.dhall to point to this local copy. And eventually, it also should bring...
So I believe it would allow having merged type/namespace declarations: ```purs module MyPrelude ( module Module.Cmd as Cmd module MoreExports , ... ) where import Module.Cmd (Cmd) as MoreExports ```...
@natefaubion > I've been using purs-ide auto imports for the past few years, and I've consequently stopped caring about import boilerplate. I think this not so much about import boilerplate...
Where those different "targets" are going to be build to (to what output directory) by the compiler?