Update coc config
parent
020975d9e2
commit
632e4e3ef1
|
@ -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" }
|
||||||
|
|
Loading…
Reference in New Issue