Last active
May 5, 2021 05:09
-
-
Save sandipchitale/3940d90f6f8eaa0bce065edaacfe367d to your computer and use it in GitHub Desktop.
Hide deprication warning in Java editor #vscode #java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"workbench.colorCustomizations": { | |
/* error squiggles */ | |
// "editorError.foreground": "#6060ff", | |
/* warning squggles */ | |
"editorWarning.foreground": "#000000", | |
/* info squiggles */ | |
// "editorInfo.foreground": "#35ffab" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment