-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcoc-settings.json
36 lines (36 loc) · 1.09 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
{
"diagnostic.enableMessage": "never",
"diagnostic.virtualText": true,
"diagnostic.virtualTextPrefix": "* ",
"diagnostic.virtualTextCurrentLineOnly": false,
"coc.preferences.jumpCommand": "tab drop",
"suggest.completionItemKindLabels": {
"method": " Method",
"function": " Function",
"variable": " [] Variable",
"field": " Field",
"typeParameter": "<> Type Param",
"constant": " Constant",
"class": " פּ Class",
"interface": " 蘒 Interface",
"struct": " Struct",
"event": " Event",
"operator": " Operator",
"module": " Module",
"property": " Property",
"enum": " 練 Enum",
"reference": " Reference",
"keyword": " Keyword",
"file": " File",
"folder": " ﱮ Folder",
"color": " Color",
"unit": " 塞 Unit",
"snippet": " Snippet",
"text": " Text",
"constructor": " Constructor",
"value": " Value",
"enumMember": " Enum Member"
},
"svelte.enable-ts-plugin": true,
"angular.enable-strict-mode-prompt": false
}