Use unicode symbols for coc diagnostics

master
Hektor Misplon 2022-09-24 11:30:02 +02:00
parent 644169cf5a
commit 09ae83df18
1 changed files with 3 additions and 4 deletions

View File

@ -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,