-
Notifications
You must be signed in to change notification settings - Fork 21
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
v0.9.8 broken on Windows #113
Comments
@dcastro Thanks for the reporting, I think the potential reason is the fake maybe monad here https://github.com/zjhmale/vscode-idris/blob/master/src/maybe.js. I will address this ASAP. |
@dcastro |
Yes, providing a sample file which causes the error will help us a lot to indicate the issue. |
@be5invis Well, I've updated vscode to 1.13.0 this morning, but it hasn't been working for a couple of days now. This happens with any file, really. I just created a brand new folder, with the default main module, and I'm getting this issue. |
Hi @be5invis, do you got the same issue on Windows10 with |
@zjhmale I can reproduce the latter one. However typechecking or hover is usable on my PC. |
Nothing works at all here on Windows 8.1 and VS Code 1.15. The menu exists and the Idris output window exists but no matter the command it's always stuck "Loading...". |
Hi @dcastro, I can reproduce the same error message on Windows, but just for the newly created Idris files, v0.9.8 should work well with already opened files. |
@zjhmale commented on Jul 31, 2017, 7:10 PM GMT+2:
I'm not sure what to screenshot (and can't take gifs) but in summary: exactly what you're doing in the gif except for me the Update: I got it to work. It appears that the
Update 2: The error occurred when displaying tooltips as I hovered over words. I'd set the tooltip config to So as far as I know the only real issue now is that it doesn't recognize symlinks on Windows (made with |
@Enamex I also have the "Loading..." problem. I tried to fix this by setting the Idris executable path to the full path: |
@ErikSchierboom commented on Aug 3, 2017, 11:50 AM GMT+2:
Just to be sure you have the right path: go to the executable and right click it while holding Shift, then choose "Copy as path" and use that. Make sure it has the extension Also Update 3: Not sure whether this's the extension's fault (probably not) but the issue is that it's trying to call |
@Enamex I've tried that but unfortunately I still have the "Loading..." message. As for the terminal, I only have one terminal installed (cmd.exe) and I can successfully run |
@ErikSchierboom Hmm, really wired.
|
@zjhmale The answer to both questions is: yes. I'll see if I can find anything else being wrong. |
I have the same issue. Windows 10. Idris 1.1.1. Visual Code 1.16. Interestingly, selecting "Start or refresh Idris repl" works. Everything else seems to not work. I can run idris from the command line. I noticed Windows has both environment variables at the user and system level. I tried setting the path to include idris in both, but no luck. Output shows: Errors (0) |
I had the files store on my desktop, which has the path: Notice this is a domain path. I moved my idris file to |
I encountered this error when I made a file named |
As of 0.9.8, vscode-idris no longer works for me in Windows 7 and 10, using the latest version of vscode and idris v1.0.
Auto-completion, build/typecheck-on-save, shortcuts such as
case-split
, etc.Also, when I open an Idris project and switch to the
Output
tab, I get this in the dev tools console.I don't get this error in non-idris projects.
An entry for "idris" seems to also be missing from the list of outputs:
Manually download and reverting back to 0.9.3 and 0.9.6 seems to work fine.
The text was updated successfully, but these errors were encountered: