Use unicode symbols for coc diagnostics
parent
644169cf5a
commit
09ae83df18
|
@ -89,10 +89,9 @@
|
|||
},
|
||||
"diagnostic.messageTarget": "echo",
|
||||
"signature.target": "echo",
|
||||
"diagnostic.errorSign": ">",
|
||||
"diagnostic.warningSign": ".",
|
||||
"diagnostic.infoSign": ".",
|
||||
|
||||
"diagnostic.errorSign": "⚠",
|
||||
"diagnostic.warningSign": "⚠ ",
|
||||
"diagnostic.infoSign": "🛈",
|
||||
"suggest.autoTrigger": "trigger",
|
||||
"emmet.includeLanguages": { "javascript": "javascriptreact" },
|
||||
"javascript.suggestionActions.enabled": true,
|
||||
|
|
Loading…
Reference in New Issue