-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Can a single hsdev server be used for scanning multiple projects? Or do you need to spawn a separate hsdev server for each project? In my case, I have one mega stack project (with a single stack.yaml file) with a ton of sub-projects, each with various dependencies on one another.
For context: I seem to get weird state issues, where I add a module to project A, then I work on project B, which depends on A, and hsdev can't see the newly added module. Also it seems to get confused about which language extensions are enabled (it would alternate between telling me that I needed to enable LambdaCase (which was already enabled in the package.yaml) and telling me the "real" compiler errors, like 'symbol not found').