Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pgoto does not work with psc-package #141

Open
larioj opened this issue Mar 1, 2019 · 0 comments
Open

Pgoto does not work with psc-package #141

larioj opened this issue Mar 1, 2019 · 0 comments

Comments

@larioj
Copy link

larioj commented Mar 1, 2019

For psc-package the purs files are in .psc-package/<package-set> but the plugin is looking in bower_components.

\ "bower_components/**/*.purs",

At a minimum we can make this location configurable, i.e. let g:psc_ide_source_glob='.psc-package/<package-set>'. But a better solution would be to look at the psc-package.json file and extract the value of set to create the path .psc-package/<package-set>.

A workaround for this issue at the moment is to create a symlink from bower_components to the package set. For me the command was ln -s .psc-package/psc-0.12.2 bower_components

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant