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

Make go-to-definition work with atom-ide-purescript non-Bower projects. #49

Merged
merged 2 commits into from
Feb 4, 2019

Conversation

Dretch
Copy link
Contributor

@Dretch Dretch commented Feb 3, 2019

The sourceGlobs config (used by Atom) is no longer being ignored. This
fixes issue #47.

This change keeps using packagePath (the path to the bower_components folder - i.e. not including the trailing /**/*.purs, which is automatically added) which is set by VSCode, but also uses sourceGlobs (an array of globs that are passed through to the compiler without modification).

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

Successfully merging this pull request may close these issues.

None yet

2 participants