For this you need to open your workspace user settings.json
file like this
settings.json
1 2 3 4 5 6 7 8 9 |
"workbench.colorCustomizations": { // Inline decorations "editorError.foreground": "#00000000", "editorWarning.foreground": "#00000000", "editorInfo.foreground": "#00000000", "editorError.border": "#00000000", "editorWarning.border": "#00000000", "editorInfo.border": "#00000000" } |