-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoc-settings.json
More file actions
24 lines (24 loc) · 929 Bytes
/
coc-settings.json
File metadata and controls
24 lines (24 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"coc.preferences.jumpCommand": "pedit"
, "eslint.autoFix": true
, "eslint.autoFixOnSave": true
, "eslint.filetypes": [ "javascript", "javascriptreact", "typescript", "typescriptreact", "vue" ]
, "eslint.run": "onType"
, "git.addedSign.hlGroup": "GitGutterAdd"
, "git.addedSign.text": "┃"
, "git.changeRemovedSign.hlGroup": "GitGutterChangeDelete"
, "git.changeRemovedSign.text": "┃"
, "git.changedSign.hlGroup": "GitGutterChange"
, "git.changedSign.text": "┃"
, "git.removedSign.hlGroup": "GitGutterDelete"
, "git.removedSign.text": "┃"
, "git.topRemovedSign.hlGroup": "GitGutterDelete"
, "git.topRemovedSign.text": "┃"
, "suggest.enablePreview": true
, "suggest.noselect": false
, "coc.preferences.formatOnType": true
, "diagnostic.infoSign": "⚲"
, "diagnostic.hintSign": "♪"
, "diagnostic.errorSign": "⚑"
, "diagnostic.warningSign": "⚐"
}