-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
CLI support please! #35
Comments
Perhaps a cli flag... for ease of use, the default would be this, but something like Then again, you may get a one-size-fits-all senario, and perhaps this would be better to be in a separate application. I personally prefer the LSP support than this, however, I can see the appeal here, and can support this provided it doesn't restrict the potential LSP support. |
@zodman I'm not sure it will solve #26 and #21, but I agree it will be helpful and lsp it's the path for that. |
I would take any and all loss of functionality to be able to run this at the command line because I'm not a VSCode user. I have no oranges. :) If I get 10 oranges instead of 12 I will still enjoy that juice very much! |
I created a CLI for this: https://github.com/voxpelli/pretty-ts-errors-cli In addition to pretty printing directly in the terminal it also contains an option to generate markdown, so that one can easily copy and paste a pretty error to eg. a GitHub issue |
tsc --noEmit | pretty-ts-errors
The text was updated successfully, but these errors were encountered: