generated from xkeshav/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabcd.code-workspace
216 lines (216 loc) · 6.77 KB
/
abcd.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
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#334c67",
"activityBar.background": "#334c67",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#150b10",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#334c67",
"statusBar.background": "#223345",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#334c67",
"statusBarItem.remoteBackground": "#223345",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#223345",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#22334599",
"titleBar.inactiveForeground": "#e7e7e799",
"sideBar.border": "#334c67",
"tab.activeBorder": "#334c67"
},
"peacock.color": "#223345",
"workbench.colorTheme": "Firefox Dark",
"editor.suggestSelection": "first",
"files.exclude": {
".git/**": true,
"**/.git": false,
"**/node_modules/": true,
"scripts/**": true,
"stories/**": true
},
"editor.bracketPairColorization.enabled": true,
"diffEditor.ignoreTrimWhitespace": false,
"[typescript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll": "always",
"source.organizeImports": "explicit"
}
},
"[typescriptreact]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll": "always",
"source.organizeImports": "explicit"
}
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[css]": {
"editor.foldingStrategy": "indentation"
},
"eslint.validate": [
"mdx",
"markdown",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"astro"
],
"eslint.options": {
"extensions": [
".js",
".jsx",
".md",
".mdx",
".ts",
".tsx",
".astro"
]
},
"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": 120,
"workbench.list.multiSelectModifier": "alt",
"editor.defaultFormatter": "astro-build.astro-vscode",
"editor.linkedEditing": true,
"editor.multiCursorModifier": "ctrlCmd",
"scss.lint.emptyRules": "ignore",
"editor.formatOnSave": true,
"typescript.preferences.quoteStyle": "double",
"javascript.preferences.quoteStyle": "double",
"prettier.singleQuote": false,
"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,
"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, jsconfig.json",
"package.json": "package-lock.json",
".gitignore": ".prettier*, .editorconfig, .eslint*, .npm*, .nojekyll",
"README.md": "*.md",
"astro.config.mjs": "*.config.js, *.config.ts, *.config.mjs"
},
"git.enableSmartCommit": true,
"git.autofetch": true,
"explorer.excludeGitIgnore": false,
"git.branchPrefix": "feature/",
"git.branchRandomName.enable": true,
"git.branchRandomName.dictionary": [
"animals",
"numbers"
],
"search.showLineNumbers": true,
"workbench.editorAssociations": {
"*.log": "default"
},
"editor.minimap.enabled": true,
"window.zoomLevel": 0,
"editor.fontSize": 14,
"[javascriptreact]": {},
"editor.accessibilitySupport": "off",
"editor.minimap.size": "fit",
"cSpell.customDictionaries": {
"myDictionary": {
"name": "myDictionary",
"path": "~/myDictionary.txt",
"scope": "user",
"addWords": true
},
"custom": true
},
"debug.javascript.codelens.npmScripts": "never",
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"js/ts.implicitProjectConfig.checkJs": true,
"editor.detectIndentation": false,
"markdownlint.config": {
"MD007": false
},
"cSpell.words": [
"headlessui",
"heroicons",
"hyperlegible",
"Mohta",
"nojekyll",
"recursivezero",
"sanyukat",
"sportrop",
"threadzip"
],
"css.lint.unknownAtRules": "ignore",
"files.autoSave": "afterDelay",
"editor.dragAndDrop": false,
"editor.tabCompletion": "onlySnippets",
"editor.formatOnSaveMode": "modifications",
"files.eol": "\r\n",
"files.readonlyExclude": {
"dist/**": true
},
"window.title": "${rootNameShort}${separator}${activeEditorShort}${separator}${activeFolderMedium}",
"explorer.fileNesting.expand": false,
"search.exclude": {
"dist/**": true,
"package-lock.json": true
},
"peacock.affectSideBarBorder": true,
"prettier.quoteProps": "consistent",
"prettier.documentSelectors": [
"**/*.astro"
],
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll": "always",
"source.organizeImports": "always"
}
},
"git.branchProtection": [
"main",
"develop"
],
"git.enableCommitSigning": false,
"git.postCommitCommand": "push",
"workbench.tree.enableStickyScroll": false,
"editor.stickyScroll.enabled": true,
"workbench.editor.pinnedTabSizing": "compact",
"prettier.trailingComma": "none",
"editor.inlayHints.enabled": "offUnlessPressed",
"typescript.tsdk": "node_modules/typescript/lib"
}
}