-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdotfiles.code-workspace
189 lines (189 loc) · 6.21 KB
/
dotfiles.code-workspace
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.suggestSelection": "first",
"files.exclude": {
"**/node_modules/": true,
"local/**": true
},
"editor.bracketPairColorization.enabled": true,
"diffEditor.ignoreTrimWhitespace": false,
"[typescript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "vscode.typescript-language-features",
"editor.codeActionsOnSave": {
"source.formatDocument": "always",
"source.organizeImports": "explicit"
}
},
"cSpell.enableFiletypes": [
"!c",
"!cpp",
"!csharp",
"!go",
"!handlebars",
"!haskell",
"!jade",
"!java",
"!pug",
"!python",
"!restructuredtext",
"!rust",
"!scala",
"!yaml",
"!yml",
"diff",
"dotenv",
"jsx",
"jsx-attr",
"jsx-tags",
"log",
"shellscript",
"vue"
],
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.minimap.renderCharacters": false,
"editor.comments.insertSpace": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"typescript.inlayHints.parameterTypes.enabled": true,
"typescript.inlayHints.parameterNames.suppressWhenArgumentMatchesName": false,
"typescript.inlayHints.functionLikeReturnTypes.enabled": true,
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"zenMode.centerLayout": false,
"prettier.printWidth": 140,
"workbench.list.multiSelectModifier": "alt",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.linkedEditing": true,
"editor.multiCursorModifier": "ctrlCmd",
"scss.lint.emptyRules": "ignore",
"editor.formatOnSave": true,
"typescript.preferences.quoteStyle": "single",
"javascript.preferences.quoteStyle": "single",
"prettier.singleQuote": true,
"explorer.confirmDelete": false,
"editor.snippetSuggestions": "top",
"explorer.confirmDragAndDrop": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"git.confirmSync": false,
"workbench.startupEditor": "none",
"window.autoDetectColorScheme": true,
"dateTime.showMonth": true,
"dateTime.showDayOfMonth": true,
"dateTime.showAMPM": true,
"dateTime.showDayOfWeek": true,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.ts": "${capture}.js",
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts",
"*.jsx": "${capture}.js",
"*.tsx": "${capture}.ts",
"tsconfig.json": "tsconfig.*.json",
"package.json": "package-lock.json, yarn.lock",
"readme.md": "*.md",
".editorconfig": ".npm*, .eslint*, .prettier*, .babel*, .env*, .*rc",
".bashrc": ".bashrc"
},
"git.enableSmartCommit": true,
"git.autofetch": true,
"explorer.excludeGitIgnore": true,
"git.branchPrefix": "feature/zero.",
"git.branchRandomName.enable": true,
"git.branchRandomName.dictionary": ["animals", "numbers"],
"search.showLineNumbers": true,
"workbench.editorAssociations": {
"*.log": "default"
},
"editor.minimap.enabled": false,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"editor.fontSize": 14,
"editor.accessibilitySupport": "off",
"editor.minimap.size": "fit",
"cSpell.customDictionaries": {
"myDictionary": {
"name": "myDictionary",
"path": "~/myDictionary.txt",
"scope": "user",
"addWords": true
}
},
"debug.javascript.codelens.npmScripts": "never",
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"js/ts.implicitProjectConfig.checkJs": true,
"editor.detectIndentation": false,
"markdownlint.config": {
"MD007": false
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#3399ff",
"activityBar.background": "#3399ff",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#bf0060",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#3399ff",
"statusBar.background": "#007fff",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#3399ff",
"statusBarItem.remoteBackground": "#007fff",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#007fff",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#007fff99",
"titleBar.inactiveForeground": "#e7e7e799",
"sideBar.border": "#3399ff",
"tab.activeBorder": "#3399ff"
},
"peacock.color": "#007fff",
"files.autoSave": "afterDelay",
"editor.inlayHints.enabled": "onUnlessPressed",
"editor.formatOnPaste": true,
"editor.formatOnSaveMode": "modificationsIfAvailable",
"files.eol": "\r\n",
"files.readonlyInclude": {
"build/**": true,
"coverage/**": true,
"dist/**": true
},
"workbench.editor.pinnedTabSizing": "compact",
"workbench.editor.pinnedTabsOnSeparateRow": true,
"window.title": "${rootNameShort}${separator}${activeEditorShort}${separator}${activeFolderMedium}${dirty}",
"explorer.fileNesting.expand": false,
"debug.toolBarLocation": "commandCenter",
"git.branchProtection": ["develop", "master", "main"],
"prettier.quoteProps": "consistent",
"terminal.integrated.fontSize": 16,
"eslint.options": {
"extension": [".js", ".ts", ".jsx", ".tsx", "md", ".astro", ".css"]
},
"eslint.validate": [
"markdown",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"astro"
],
"editor.dragAndDrop": false,
"workbench.editor.splitOnDragAndDrop": false,
"notebook.dragAndDropEnabled": false,
"auto-close-tag.disableOnLanguage": ["typescript"]
}
}