Closed
Description
When adding new dependencies to package.yaml
you need to reload VSCode to keep ghcide up to date.
To reproduce:
- Add a new dependency to the
package.yaml
of a project - Import a module from that new dependency
- You get an error for the import
- Reload and the error should go away
Adding a new dependency happens relatively infrequently so this isn't a big deal, but I thought it might be worth noting as a limitation if it isn't easy to fix.