Skip to content

Instantly share code, notes, and snippets.

@JustinGrote
Created April 28, 2021 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JustinGrote/495811aec2945d3152bdabeb211314ea to your computer and use it in GitHub Desktop.
Save JustinGrote/495811aec2945d3152bdabeb211314ea to your computer and use it in GitHub Desktop.
ErrorLens Customization recommendations
"workbench.colorCustomizations": {
"errorLens.errorBackground": "#e4545410",
"errorLens.errorForeground": "#ff646440",
"errorLens.errorMessageBackground": "#e4545405",
"errorLens.warningBackground": "#ff942f10",
"errorLens.warningForeground": "#fa973a70",
"errorLens.warningMessageBackground": "#fff00005"
}
"errorLens.annotationPrefix": [
"💥 ",
"⚠️ ",
"🔹 ",
"💡 "
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment