-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
245 lines (245 loc) · 9.37 KB
/
settings.json
File metadata and controls
245 lines (245 loc) · 9.37 KB
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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
{
"explorer.autoReveal": false,
"editor.linkedEditing": true,
"explorer.confirmDragAndDrop": false,
"editor.fontSize": 12,
"editor.fontLigatures": false,
"editor": {
"letterSpacing": 0.4
},
"editor.smoothScrolling": true,
"pasteAndIndent.selectAfter": true,
"files.associations": {
"*.html": "html",
"html": "html",
"*.json": "jsonc",
"*.css": "css",
"css": "css"
},
"terminal.integrated.shellIntegration.decorationsEnabled": "overviewRuler",
"terminal.integrated.fontSize": 13,
"terminal.integrated.fontWeight": "600",
"workbench.colorTheme": "Neon Future",
"terminal.integrated.defaultProfile.windows": "zsh",
"editor.accessibilitySupport": "off",
"editor.renderWhitespace": "none",
"editor.unicodeHighlight.invisibleCharacters": false,
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.parameterHints.enabled": false,
"html.suggest.html5": false,
"editor.quickSuggestions": {
"comments": "off",
"strings": "off"
},
"search.exclude": {
"**/amp": true,
"locales/[!e]*": true,
"locales/es.schema.json": true,
"locales/es.json": true,
"locales/el.json": true,
"**/parsed": true,
"assets/dist/*": true,
".git/*": true,
"lang/[!e]*": true,
"lang/es*": true
},
"html.format.wrapLineLength": 0,
"react-native-tools.showUserTips": false,
"editor.detectIndentation": true,
"editor.gotoLocation.multipleDeclarations": "goto",
"editor.gotoLocation.multipleDefinitions": "goto",
"editor.gotoLocation.multipleImplementations": "goto",
"editor.gotoLocation.multipleReferences": "goto",
"editor.gotoLocation.multipleTypeDefinitions": "goto",
"typescript.tsc.autoDetect": "off",
"explorer.confirmDelete": false,
"workbench.experimental.cloudChanges.autoStore": "onShutdown",
"workbench.cloudChanges.continueOn": "off",
"javascript.preferences.importModuleSpecifierEnding": "js",
"explorer.confirmPasteNative": false,
"breadcrumbs.symbolPath": "off",
"editor.glyphMargin": false,
"editor.suggest.showInlineDetails": false,
"editor.suggest.showTypeParameters": false,
"breadcrumbs.showTypeParameters": false,
"outline.showTypeParameters": false,
"editor.wordSeparators": "`~!@%^&*()=+[{]}\\|;:'\",.<>/?",
"search.searchEditor.reusePriorSearchConfiguration": true,
"terminal.integrated.defaultProfile.osx": "zsh",
"terminal.explorerKind": "external",
"terminal.integrated.fontFamily": "'Courier New', monospace",
"terminal.integrated.cursorBlinking": true,
"remote.extensionKind": {
"pub.name": ["ui"]
},
"terminal.integrated.tabs.defaultColor": "terminal.ansiMagenta",
"workbench.tree.stickyScrollMaxItemCount": 1,
"editor.stickyScroll.scrollWithEditor": false,
"workbench.tree.enableStickyScroll": false,
"editor.stickyScroll.maxLineCount": 5,
"terminal.integrated.defaultLocation": "editor",
"files.dialog.defaultPath": "/Users/dean.schulz/Shopify-sites",
"files.autoGuessEncoding": true,
"terminal.integrated.minimumContrastRatio": 1,
"editor.semanticHighlighting.enabled": true,
"editor.dragAndDrop": false,
"markdown.occurrencesHighlight.enabled": true,
"liveServer.settings.donotShowInfoMsg": true,
"git.openRepositoryInParentFolders": "never",
"editor.formatOnPaste": false,
"workbench.editor.languageDetectionHints": {
"notebookEditors": false
},
"editor.lineHeight": 0,
"debug.terminal.clearBeforeReusing": true,
"terminal.integrated.bellDuration": 0,
"terminal.integrated.lineHeight": 1.4,
"terminal.integrated.tabs.location": "left",
"terminal.sourceControlRepositoriesKind": "external",
"terminal.integrated.windowsEnableConpty": false,
"files.watcherInclude": ["/assets/scss/talon", "/assets/scss/AE"],
"css.lint.unknownAtRules": "ignore",
"workbench.commandPalette.preserveInput": true,
"compile-hero.disable-compile-files-on-did-save-code": true,
"compile-hero.watch": [
"assets/scss/*.scss",
"assets/js/*.js",
"index.html"
],
"editor.minimap.sectionHeaderFontSize": 10,
"TransparentMinimap.transparencyLevel": "00",
"php.validate.executablePath": "",
"files.exclude": {
"**/.git": false,
"**/.gits": true
},
"indenticator.showIndentGuide": false,
"indenticator.inner.showIndentGuide": true,
"editor.find.globalFindClipboard": true,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.guides.highlightActiveBracketPair": true,
"editor.formatOnSave": false,
"prettier.tabWidth": 4,
"[json]": {
"editor.wordSeparators": "`~!@%^&*()=+[_{]}\\|;:'\",.<>?",
"editor.formatOnSave": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 2,
"prettier.tabWidth": 2,
"editor.insertSpaces": true
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": false,
"editor.guides.bracketPairs": false,
"editor.bracketPairColorization.enabled": false
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": false
},
"[scss]": {
"editor.formatOnSave": false,
"editor.guides.bracketPairs": true,
"editor.bracketPairColorization.enabled": false,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[css]": {
"editor.suggest.insertMode": "replace",
"editor.guides.bracketPairs": true,
"editor.formatOnSave": false
},
"[liquid]": {
"editor.formatOnSave": false,
"editor.guides.bracketPairs": true,
"editor.defaultFormatter": "vscode.html-language-features"
},
"[liquid-css]": {
"editor.defaultFormatter": "sissel.shopify-liquid",
"editor.formatOnSave": false,
"editor.guides.bracketPairs": true
},
"javascript.format.enable": true,
"javascript.format.semicolons": "insert",
"javascript.preferences.quoteStyle": "single",
"eslint.enable": false,
"eslint.codeAction.showDocumentation": {
"enable": true
},
"eslint.codeAction.disableRuleComment": {
"enable": true,
"location": "sameLine"
},
"npm-intellisense.importES6": true,
"npm-intellisense.importQuotes": "'",
"npm-intellisense.importLinebreak": ";\r\n",
"npm-intellisense.importDeclarationType": "const",
"javascript.suggest.paths": true,
"path-intellisense.showHiddenFiles": true,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"typescript.format.enable": true,
"typescript.format.semicolons": "insert",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.paths": false,
"prettier.singleAttributePerLine": false,
"prettier.printWidth": 200,
"autoimport.useSemiColon": false,
"vscode-color-picker.languages": ["python", "javascript", "typescript", "json"],
"workbench.startupEditor": "none",
"window.restoreFullscreen": true,
"color-picker-universal.preferLegacy": true,
"workbench.view.alwaysShowHeaderActions": true,
"liveServer.settings.donotVerifyTags": true,
"editor.minimap.enabled": false,
"titlebarLess.showTrafficLights": false,
"workbench.experimental.sidePanel.enabled": true,
"workbench.editor.sharedViewState": true,
"extensions.ignoreRecommendations": true,
"terminal.integrated.inheritEnv": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabCompletion": "onlySnippets",
"editor.snippetSuggestions": "top",
"codeium.enableConfig": {
"*": false
},
"editor.inlineSuggest.edits.experimental.useMixedLinesDiff": "whenPossible",
"editor.inlineSuggest.showToolbar": "never",
"editor.suggestSelection": "recentlyUsed",
"editor.hover.above": false,
"editor.hover.enabled": false,
"editor.hover.sticky": false,
"accessibility.verbosity.hover": false,
"css.hover.documentation": false,
"css.hover.references": false,
"less.hover.documentation": false,
"less.hover.references": false,
"scss.hover.documentation": false,
"scss.hover.references": false,
"html.hover.documentation": false,
"html.hover.references": false,
"indenticator.hover.highlight": false,
"editor.matchBrackets": "never",
"vsintellicode.modify.editor.suggestSelection": "disabled",
"editor.inlayHints.enabled": "off",
"prettier.trailingComma": "none",
"eslint.options": {
"comma-dangle": ["error", "never"]
},
"prettier.configPath": "~/.prettierrc",
"codeium.enableCodeLens": false,
"window.title": "${rootName}",
"workbench.layoutControl.enabled": false,
"window.commandCenter": false,
"editor.stickyScroll.enabled": true,
"editor.fontFamily": "JetBrains Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorBlinking": "expand",
"workbench.iconTheme": "bearded-icons",
"window.density.editorTabHeight": "compact",
"workbench.activityBar.iconClickBehavior": "toggle",
"workbench.activityBar.location": "top",
"vscode_custom_css.imports": ["file:///Users/dean.schulz/Desktop/Code Backups/VSCode/vscode-custom.css"]
}