Update coc config
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
"prettier.tabWidth": 2,
|
"prettier.tabWidth": 2,
|
||||||
"prettier.singleQuote": true,
|
"prettier.singleQuote": true,
|
||||||
"prettier.arrowParens": "avoid",
|
"prettier.arrowParens": "avoid",
|
||||||
|
"prettier.disableSuccessMessage": true,
|
||||||
|
|
||||||
"coc.preferences.colorSupport": true,
|
"coc.preferences.colorSupport": true,
|
||||||
"coc.preferences.formatOnInsertLeave": true,
|
"coc.preferences.formatOnInsertLeave": true,
|
||||||
@@ -39,9 +40,10 @@
|
|||||||
"Markdown",
|
"Markdown",
|
||||||
"css"
|
"css"
|
||||||
],
|
],
|
||||||
"diagnostic.errorSign": "x",
|
|
||||||
"diagnostic.warningSign": "!",
|
"diagnostic.errorSign": ">",
|
||||||
"diagnostic.infoSign": "?",
|
"diagnostic.warningSign": ".",
|
||||||
|
"diagnostic.infoSign": ".",
|
||||||
"suggest.autoTrigger": "trigger",
|
"suggest.autoTrigger": "trigger",
|
||||||
|
|
||||||
"emmet.includeLanguages": { "javascript": "javascriptreact" }
|
"emmet.includeLanguages": { "javascript": "javascriptreact" }
|
||||||
|
|||||||
Reference in New Issue
Block a user