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

Show IDE errors as warning or information #97

Open
lluissalord opened this issue Jul 5, 2024 · 4 comments
Open

Show IDE errors as warning or information #97

lluissalord opened this issue Jul 5, 2024 · 4 comments

Comments

@lluissalord
Copy link

Great extension! However, as we are migrating a non typed code to being typed, we are having a lot of errors marked in the IDE. Could it be possible to have as Microsoft plugin to choose how we would like to show the errors in the IDE, as error, warning, or information?

Thanks!

@matangover
Copy link
Owner

Good idea

@lluissalord
Copy link
Author

Do you think it is difficult to implement? Because I am fighting with Microsoft plugin because it crashes at random times, and I think that with yours it should work better.

@matangover
Copy link
Owner

It's quite easy to implement, I don't know if I can get to it soon because I'm really busy, but I will accept a PR

@LaurensBosscher
Copy link

LaurensBosscher commented Aug 26, 2024

Do you think it is difficult to implement? Because I am fighting with Microsoft plugin because it crashes at random times, and I think that with yours it should work better.

If you want to create a PR for this, I think it basically boils down to this:

  1. Make the error level configurable, see the current configuration settings:
  2. Modify this line to use the configured error level

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

3 participants