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

On windows, cannot start hie unless languageServerHaskell.trace.server is set #90

Closed
alanz opened this issue Jun 4, 2018 · 2 comments
Closed

Comments

@alanz
Copy link
Collaborator

alanz commented Jun 4, 2018

The default ("off") value inserts an option set of [''], which works on linux but not windows.

Help requested from typescripters, that should be [], but ts complains about not knowing the type. How do I cast it?

@lwoo1999
Copy link

lwoo1999 commented Jun 4, 2018

I also encountered this problem

@Tehnix
Copy link
Contributor

Tehnix commented Jun 4, 2018

Ah, if you do let debugArgs: string[] = [];, it should be okay :) Unfortunately, typescripts inference is not that strong yet.

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

No branches or pull requests

3 participants