Replies: 2 comments
-
There's no way to do it easily via VS Code settings yet, but you could use an Eclipse Preferences file. Try adding |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can suppress deprecation warnings by adding @SuppressWarnings("deprecation") to the class |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example my deprecated warnings blind my eyes and make it difficult to spot other warnings, so I would love to temporarily disable all deprecated warnings.
Beta Was this translation helpful? Give feedback.
All reactions