-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVSCodium User Settings.json
195 lines (195 loc) · 6.45 KB
/
VSCodium User 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
{
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"accessibility.hideAccessibleView": true,
"chat.editor.fontSize": 12,
"codeium.enableSearch": true,
"css.format.braceStyle": "expand",
"css.format.spaceAroundSelectorSeparator": true,
"dateTime.showDayOfMonth": true,
"dateTime.showMonth": true,
"dateTime.showSeconds": true,
"debug.console.fontSize": 10,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.codeLens": false,
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorStyle": "block",
"editor.find.autoFindInSelection": "multiline",
"editor.fontFamily": "'FiraMono Nerd Font Medium', monospace",
"editor.fontSize": 12,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.renderFinalNewline": "dimmed",
"editor.renderLineHighlight": "all",
"editor.roundedSelection": false,
"editor.scrollbar.horizontalScrollbarSize": 4,
"editor.scrollbar.verticalScrollbarSize": 4,
"editor.smoothScrolling": true,
"editor.snippetSuggestions": "bottom",
"editor.stickyScroll.enabled": true,
"editor.suggest.localityBonus": true,
"editor.suggest.showDeprecated": false,
"editor.suggest.showWords": false,
"editor.suggestFontSize": 10,
"editor.tabCompletion": "on",
"editor.unusualLineTerminators": "auto",
"editor.wordWrapColumn": 120,
"emmet.excludeLanguages": [
"markdown",
"typescript"
],
"eslint.format.enable": true,
"eslint.ignoreUntitled": true,
"eslint.lintTask.enable": true,
"eslint.useESLintClass": true,
"evenBetterToml.formatter.allowedBlankLines": 1,
"evenBetterToml.formatter.columnWidth": 120,
"evenBetterToml.formatter.indentEntries": true,
"evenBetterToml.formatter.indentString": " ",
"explorer.compactFolders": false,
"explorer.incrementalNaming": "smart",
"extensions.ignoreRecommendations": true,
"files.exclude": {
"**/.cache": true,
"**/.coverage": true,
"**/.github": true,
"**/.husky": true,
"**/build": true,
"**/dist": true,
"**/node_modules": true
},
"files.insertFinalNewline": true,
"files.readonlyInclude": {
"**/node_modules/**/*.*": true
},
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.autofetch": true,
"git.autofetchPeriod": 60,
"git.branchSortOrder": "alphabetically",
"git.confirmSync": false,
"git.fetchOnPull": true,
"git.inputValidationLength": 250,
"git.inputValidationSubjectLength": 100,
"git.pruneOnFetch": true,
"git.showPushSuccessNotification": true,
"html.format.extraLiners": "html, body",
"html.format.indentHandlebars": true,
"html.format.indentInnerHtml": true,
"html.format.maxPreserveNewLines": 2,
"html.format.wrapAttributes": "preserve",
"javascript.format.enable": false,
"javascript.preferences.quoteStyle": "double",
"less.format.braceStyle": "expand",
"less.format.spaceAroundSelectorSeparator": true,
"markdown.preview.fontSize": 12,
"markdown.preview.lineHeight": 1.2,
"material-icon-theme.activeIconPack": "react",
"material-icon-theme.files.associations": {},
"material-icon-theme.folders.theme": "classic",
"material-icon-theme.hidesExplorerArrows": true,
"merge-conflict.autoNavigateNextConflict.enabled": true,
"npm.enableRunFromFolder": true,
"npm.packageManager": "npm",
"problems.showCurrentInStatus": true,
"rust-analyzer.check.command": "clippy",
"scm.defaultViewMode": "tree",
"scm.inputFontSize": 12,
"scss.format.braceStyle": "expand",
"scss.format.spaceAroundSelectorSeparator": true,
"tailwindCSS.emmetCompletions": true,
"terminal.explorerKind": "external",
"terminal.external.linuxExec": "kitty",
"terminal.external.windowsExec": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"terminal.integrated.confirmOnExit": "hasChildProcesses",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.defaultProfile.windows": "PowerShell",
"terminal.integrated.enableImages": true,
"terminal.integrated.fontSize": 12,
"terminal.integrated.gpuAcceleration": "on",
"terminal.integrated.hideOnStartup": "whenEmpty",
"terminal.integrated.ignoreProcessNames": [
"bash",
"kitty",
"oh-my-posh",
"starship",
"zsh"
],
"terminal.integrated.lineHeight": 1.2,
"terminal.integrated.localEchoExcludePrograms": [
"codium",
"nano",
"tmux",
"vi",
"vim"
],
"terminal.integrated.rightClickBehavior": "default",
"terminal.integrated.sendKeybindingsToShell": true,
"terminal.integrated.shellIntegration.history": 1000,
"terminal.integrated.smoothScrolling": true,
"terminal.integrated.tabs.defaultColor": "terminal.ansiBlue",
"todo-tree.filtering.excludeGlobs": [
"**/node_modules",
"**/node_modules/**"
],
"todo-tree.general.enableFileWatcher": true,
"todo-tree.general.tags": [
"BUG",
"FIXME",
"FUTURE",
"NOTE",
"TODO"
],
"todo-tree.highlights.backgroundColourScheme": [
"#7aa2f7",
"#bb9af7",
"#f7768e",
"#f7768e",
"#ff9e64"
],
"todo-tree.highlights.foregroundColourScheme": [
"white"
],
"todo-tree.highlights.highlightDelay": 10,
"todo-tree.highlights.useColourScheme": true,
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,
"typescript.format.enable": false,
"typescript.implementationsCodeLens.enabled": true,
"typescript.implementationsCodeLens.showOnInterfaceMethods": true,
"typescript.preferGoToSourceDefinition": true,
"typescript.preferences.preferTypeOnlyAutoImports": true,
"typescript.preferences.quoteStyle": "double",
"typescript.referencesCodeLens.enabled": true,
"update.mode": "start",
"window.autoDetectColorScheme": true,
"window.menuBarVisibility": "toggle",
"window.newWindowDimensions": "maximized",
"window.titleBarStyle": "custom",
"workbench.activityBar.location": "top",
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.labelFormat": "medium",
"workbench.editor.pinnedTabSizing": "compact",
"workbench.enableExperiments": false,
"workbench.hover.delay": 200,
"workbench.iconTheme": "material-icon-theme",
"workbench.layoutControl.enabled": false,
"workbench.list.smoothScrolling": true,
"workbench.preferredDarkColorTheme": "GitHub Dark",
"workbench.preferredLightColorTheme": "GitHub Light",
"workbench.sash.hoverDelay": 200,
"workbench.tips.enabled": false,
"workbench.tree.enableStickyScroll": true,
"workbench.tree.indent": 16,
"workbench.tree.renderIndentGuides": "none",
"workbench.welcomePage.walkthroughs.openOnInstall": false,
"window.customTitleBarVisibility": "auto",
"redhat.telemetry.enabled": false
}