-
Notifications
You must be signed in to change notification settings - Fork 76
/
coc-settings.json
82 lines (82 loc) · 1.8 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
{
"coc.preferences.extensionUpdateCheck": "daily",
"coc.preferences.enableFloatHighlight": false,
"coc.preferences.formatOnSaveFiletypes": [
"typescript",
"typescriptreact",
"javascriptreact",
"javascript",
"css",
"scss",
"vue"
],
"prettier.disableLanguages": [
"vue"
],
"diagnostic.enable": true,
"diagnostic.errorSign": "",
"diagnostic.warningSign": "",
"diagnostic.infoSign": "",
"diagnostic.hintSign": "",
"diagnostic.enableMessage": "always",
"diagnostic.maxWindowHeight": 20,
"suggest.snippetIndicator": "⚡",
"codeLens.enable": false,
"snippets.extends": {
"javascriptreact": ["javascript"],
"typescriptreact": ["javascript", "javascript-jasmine-arrow"],
"typescript": ["javascript", "javascript-jasmine-arrow"]
},
"explorer.icon.enableNerdfont": true,
"explorer.file.reveal.whenOpen": false,
"jsdoc.formatter": "tsdoc",
"git.addGBlameToBufferVar": true,
"git.showCommitInFloating": true,
"volar.formatting.enable": false,
"coverage.uncoveredSign.text": "⦿",
"apollo.default.variant": "dev",
"apollo.schema.filename": "schema.json",
"cSpell.userWords": [
"FACTSET",
"Kpis",
"Prefetch",
"Rollbar",
"SHAREES",
"SPLITVIEW",
"Sharee",
"TIMEFRAMES",
"Tearsheet",
"Timeframe",
"Unmount",
"Watchlist",
"Watchlists",
"Webclipper",
"antd",
"asui",
"balckline",
"channelview",
"dataloader",
"docid",
"esbuild",
"evernote",
"fastify",
"filesync",
"heatmap",
"metafile",
"middlewares",
"moodys",
"onenote",
"outdir",
"outfile",
"pino",
"reapex",
"sharepoint",
"sourceid",
"todos",
"ungated",
"userdoc",
"waitselect",
"webstore"
],
"snippets.ultisnips.pythonPrompt": false
}