This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoc-settings.json
198 lines (198 loc) · 5.88 KB
/
coc-settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
{
"coverage.enabled": false,
"css.validate": false,
"less.validate": false,
"scss.validate": false,
"wxss.validate": false,
"stylelintplus.filetypes": [
"scss",
"less"
],
"stylelintplus.autoFixOnSave": true,
"cSpell.enabled": false,
"cSpell.enabledLanguageIds": [
"markdown"
],
"cSpell.ignoreRegExpList": [
"`(.*?)`"
],
"markdownlint.config": {
"code_blocks": false,
"enableCompoundWords": true,
"line_length": false,
"no-bare-urls": false,
"spelling": false,
"line-length": false,
"blanks-around-lists": false,
"blanks-around-headers": false,
"list-marker-space": false,
"no-multiple-blanks": false,
"no-trailing-spaces": false,
"header-style": false,
"no-trailing-punctuation": false,
"single-trailing-newline": false,
"blanks-around-fences": false
},
"cssmodules.camelCase": true,
"cssmodules.hintName": "cssmodule",
"prettier.requireConfig": true,
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.probe": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"coc.preferences.formatOnSaveFiletypes": [
"json",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"vimwiki",
"markdown",
"sass"
],
"semanticTokens.filetypes": ["*"],
"hover.target": "float",
"hover.autoHide": true,
"codeLens.enable": true,
"codeLens.position": "eol",
"codeLens.separator": "|->",
"javascript.autoClosingTags": true,
"javascript.implementationsCodeLens.enable": true,
"javascript.referencesCodeLens.enable": true,
"javascript.referencesCodeLens.showOnAllFunctions": false,
"typescript.autoClosingTags": true,
"typescript.implementationsCodeLens.enable": true,
"typescript.referencesCodeLens.enable": true,
"typescript.referencesCodeLens.showOnAllFunctions": false,
"coc.source.emoji.filetypes": [
"markdown", "jsonc"
],
"diagnostic.checkCurrentLine": true,
"diagnostic.floatConfig": {
"border": true,
"highlight": "Normal",
"maxWidth": 100,
"focusable": false
},
"hover.floatConfig": {
"border": true,
"highlight": "Normal",
"maxWidth": 100,
"focusable": false
},
"signature.floatConfig": {
"border": true,
"highlight": "Normal",
"maxWidth": 100,
"focusable": false
},
"diagnostic.messageTarget": "float",
"diagnostic.virtualText": false,
"diagnostic.virtualTextCurrentLineOnly": false,
"git.addGBlameToVirtualText": false,
"git.addedSign.text": "▌",
"git.changedSign.text": "▌",
"git.changeRemovedSign.text": "~",
"git.removedSign.text": "_",
"git.addedSign.hlGroup": "GitGutterAdd",
"git.changedSign.hlGroup": "GitGutterChange",
"git.removedSign.hlGroup": "GitGutterDelete",
"git.topRemovedSign.hlGroup": "GitGutterDelete",
"git.changeRemovedSign.hlGroup": "GitGutterChange",
"html.autoClosingTags": true,
"html.autoCreateQuotes": true,
"html.completion.attributeDefaultValue": "doublequotes",
"html.filetypes": [
"html",
"handlebars",
"htmldjango",
"blade"
],
"javascript.preferences.quoteStyle": "double",
"javascript.suggestionActions.enabled": false,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"typescript.preferences.quoteStyle": "double",
"javascript.preferences.importModuleSpecifier": "shortest",
"typescript.preferences.importModuleSpecifier": "shortest",
"javascript.inlayHints.parameterNames.enabled": "none",
"typescript.inlayHints.parameterNames.enabled": "none",
"javascript.inlayHints.parameterTypes.enabled": false,
"typescript.inlayHints.parameterTypes.enabled": false,
"javascript.inlayHints.propertyDeclarationTypes.enabled": false,
"typescript.inlayHints.propertyDeclarationTypes.enabled": false,
"javascript.inlayHints.variableTypes.enabled": false,
"typescript.inlayHints.variableTypes.enabled": false,
"javascript.inlayHints.functionLikeReturnTypes.enabled": false,
"typescript.inlayHints.functionLikeReturnTypes.enabled": false,
"javascript.inlayHints.enumMemberValues.enabled": false,
"typescript.inlayHints.enumMemberValues.enabled": false,
"signature.preferShownAbove": false,
"signature.target": "float",
"snippets.extends": {
"javascriptreact": ["javascript"],
"typescript": ["javascript"],
"typescriptreact": ["typescript"]
},
"suggest.enablePreselect": false,
"suggest.noselect": true,
"suggest.selection": "recentlyUsed",
"suggest.defaultSortMethod": "none",
"suggest.enablePreview": true,
"suggest.floatEnable": true,
"suggest.removeDuplicateItems": true,
"suggest.snippetIndicator": "+",
"suggest.triggerCompletionWait" : 30,
"suggest.completionItemKindLabels": {
"default": "",
"text": "",
"method": "",
"function": "ƒ",
"constructor": "",
"field": "\uf9be",
"variable": "",
"class": "",
"interface": "",
"module": "",
"property": "",
"unit": "",
"value": "",
"enum": "",
"keyword": "",
"snippet": "",
"color": "",
"file": "",
"reference": "\ufa46",
"folder": "",
"enumMember": "",
"constant": "",
"struct": "פּ",
"event": "鬒",
"operator": "Ψ",
"typeParameter": ""
},
"diagnostic.errorSign": "",
"diagnostic.warningSign": "",
"diagnostic.infoSign": "",
"diagnostic.hintSign": "",
"tsserver.npm": "/usr/local/bin/npm",
"tsserver.log": "off",
"tsserver.trace.server": "off",
"stylelintplus.trace.server": "off",
"coc.preferences.extensionUpdateCheck": "daily",
"coc.preferences.silentAutoupdate": false,
"react-refactor.produceClass": false,
"coc.preferences.rootPatterns": [
".git"
],
"coc.preferences.enableMessageDialog": true
}