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

Setup.bat should ignore stdout #469

Closed
E14 opened this issue Feb 2, 2021 · 1 comment · Fixed by #497
Closed

Setup.bat should ignore stdout #469

E14 opened this issue Feb 2, 2021 · 1 comment · Fixed by #497

Comments

@E14
Copy link
Contributor

E14 commented Feb 2, 2021

CALL "%APPDATA%\elixir_ls\setup.bat" > nul 2>&1 If the user can make sure the script works before really using it.

Originally posted by @princemaple in #374 (comment)

I don't think it is a good idea to void stderr though

@E14 E14 changed the title CALL "%APPDATA%\elixir_ls\setup.bat" > nul 2>&1 If the user can make sure the script works before really using it. Setup.bat should ignore stdout Feb 2, 2021
@lukaszsamson
Copy link
Collaborator

@E14 could you submit a PR?

I don't think it is a good idea to void stderr though

stderr output seems to be harmless (at least in vscode)

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 a pull request may close this issue.

2 participants