Skip to content

Instantly share code, notes, and snippets.

@sandipchitale
Last active May 5, 2021 05:09
Show Gist options
  • Save sandipchitale/3940d90f6f8eaa0bce065edaacfe367d to your computer and use it in GitHub Desktop.
Save sandipchitale/3940d90f6f8eaa0bce065edaacfe367d to your computer and use it in GitHub Desktop.
Hide deprication warning in Java editor #vscode #java
"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