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

Windows 10: Typechecking in editor gives "Can't find import" but works with language-idris plugin for Atom #66

Closed
jchoules opened this issue Apr 3, 2017 · 1 comment
Assignees
Labels

Comments

@jchoules
Copy link

jchoules commented Apr 3, 2017

I have an Idris source file which imports another file in the same directory as follows:

one.idr:

module One

foo : Nat
foo = Z

two.idr:

module Two

import one

If I try to typecheck two.idr from within Atom, using the language-idris plugin, then it works fine. But when I try the same thing in VSCode, I get the following error:

Errors (1)
(no file):0:0
Can't find import one

This is using Idris 1.0, VSCode 1.10.2, plugin version 0.6.6.

@zjhmale zjhmale added the bug label Apr 3, 2017
@zjhmale
Copy link
Owner

zjhmale commented Apr 3, 2017

Thanks for reporting, this will be fixed in the next release.

@zjhmale zjhmale self-assigned this Apr 3, 2017
@zjhmale zjhmale closed this as completed in 6f5d630 Apr 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants