-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix wrapper call to get project ghc version in windows and spaces in path #439
Conversation
Sorry for the late answer. I can get back this issue a couple days later. |
@jneira I've tested the new version. In the first attempt the extension worked flawlessly. But in the second attempt (loading another project) failed with this extension initialization messages:
When I load the first project everything works flawlessly again. What do you want me to provide in order to track this error? |
Thank you so much for trying it. The first thing we need to do is determine if the second error ( |
The unique reference to vscode-haskell/src/commands/importIdentifier.ts Lines 56 to 71 in bac6c56
And it is surrounded by a try with an empty catch (sic) so i am not sure if the error is related with the extension itself. Could we try the project in a vscode stable release (a link to the project would be useful too)? |
Hope to see this soon! Though for now have manually applied the fix. |
ok will release the fix for paths with spaces asap, assuming the second error reported is not related with the fix itself (I don't see how could be related) |
@MuratOzsoyler hi, the stacktrace has been reported here: #445. However it doesnt seem to block the loading of files so maybe you are experienced a different issue |
shell: false
did not fix the error (so i think the original code usingspawn
would not work either)@MuratOzsoyler hi, it would be great if you could try the beta version with this fix to see it works for you too. You have some notes on how to install manually the extension using a vsix field (this one haskell-1.6.1-beta.vsix.zip) here: #421 (comment)
thanks!