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

Support uncoloured output across all commands #36

Closed
radeksimko opened this issue Jul 20, 2020 · 1 comment
Closed

Support uncoloured output across all commands #36

radeksimko opened this issue Jul 20, 2020 · 1 comment

Comments

@radeksimko
Copy link
Member

There was an attempt to implement this in the language server recently

https://github.com/hashicorp/terraform-ls/pull/208/files

but we didn't realize that some commands don't support the flag the same way others do - specifically terraform providers schema seems to need a special treatment. This then lead to reverting of that change in a subsequent bugfix release:

hashicorp/terraform-ls#226
hashicorp/terraform-ls#227

@radeksimko
Copy link
Member Author

radeksimko commented Jul 20, 2020

Actually this already happens in terraform-exec by default 😅 , which I suppose is sufficient - i.e. we probably won't ever need coloured output.

You are one step ahead already!

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

No branches or pull requests

1 participant