kritzcreek / pscid

A lightweight, fast and unintrusive PureScript file-watcher
GNU Lesser General Public License v3.0
133 stars 16 forks source link

Module `Data.String.CodeUnits` was not found. #79

Closed 7c78 closed 1 year ago

7c78 commented 1 year ago

After spago install strings, psci works OK but pscid issues an error.

image

image

kritzcreek commented 1 year ago

You might need to run spago build once, before the language server behind pscid can pick up these new modules.

7c78 commented 1 year ago

@kritzcreek thanks. spago build fixes my problem. It turns out I did not install the tuples package.