-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode-settings.json
125 lines (125 loc) · 2.79 KB
/
vscode-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
{
"workbench.activityBar.visible": false,
"window.zoomLevel": 0,
"editor.tabSize": 2,
"editor.minimap.enabled": false,
"editor.codeLens": false,
"workbench.startupEditor": "newUntitledFile",
"cSpell.userWords": [
"Barcode",
"Cachable",
"DEVTOOLS",
"Debugf",
"Evoquotes",
"Fetchable",
"Phong",
"Subheader",
"TEVO",
"Twilio",
"Unmount",
"alnum",
"asura",
"asura's",
"background",
"bigint",
"camelcase",
"chunkhash",
"codewars",
"color",
"create",
"datetime",
"deserialize",
"devtool",
"dotfiles",
"eqeqeq",
"evopay",
"file",
"flowtype",
"fontawesome",
"fortawesome",
"gifs",
"immer",
"include",
"javascripts",
"knexfile",
"lcov",
"linkish",
"luxon",
"maya",
"mayavera",
"me",
"multiline",
"noopener",
"noreferrer",
"openapi",
"paren",
"parens",
"pillowtalk",
"plex",
"plugin",
"plusplus",
"polyfill",
"post",
"postgres",
"postgresql",
"preemptible",
"presigned",
"psql",
"puppycat",
"resave",
"rowid",
"seedrandom",
"signin",
"#",
"spotify",
"stackoverflow",
"stylelint",
"submit",
"textbox",
"typeorm",
"uglifyjs",
"unfetch",
"unfetched",
"unfollow",
"uploader",
"urfave",
"urijs",
"user",
"uuidv",
"varchar",
"viewscreen",
"webpack",
"xmlns"
],
"go.coverOnSave": true,
"coverage-gutters.showLineCoverage": true,
"go.addTags": {
"tags": "json",
"options": "",
"promptForTags": false,
"transform": "snakecase"
},
"javascript.updateImportsOnFileMove.enabled": "always",
"standard.autoFixOnSave": true,
"javascript.suggestionActions.enabled": false,
"typescript.disableAutomaticTypeAcquisition": true,
"git.enableSmartCommit": true,
"typescript.updateImportsOnFileMove.enabled": "never",
"eslint.alwaysShowStatus": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"files.exclude": {
"**/.git": false
},
"editor.fontSize": 14,
"editor.fontFamily": "'SF Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"workbench.colorTheme": "Material Theme Darker",
"task.autoDetect": "off"
}