The line number highlighting is enough and this way I still see the git signs (without messing with priorities).
11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"diagnostic.enableHighlightLineNumber": true,
|
|
"diagnostic.errorSign": "",
|
|
"diagnostic.hintSign": "",
|
|
"diagnostic.infoSign": "",
|
|
"diagnostic.warningSign": "",
|
|
|
|
"diagnostic.messageDelay": 25,
|
|
"inlayHint.enable": false
|
|
}
|