Use unicode symbols for coc diagnostics
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user