|
1 | 1 | {
|
| 2 | + "[dockercompose]": { |
| 3 | + "editor.defaultFormatter": "ms-azuretools.vscode-docker" |
| 4 | + }, |
| 5 | + "[dockerfile]": { |
| 6 | + "editor.defaultFormatter": "ms-azuretools.vscode-docker" |
| 7 | + }, |
| 8 | + "[html]": { |
| 9 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 10 | + }, |
2 | 11 | "[javascript]": {
|
3 | 12 | "editor.defaultFormatter": "esbenp.prettier-vscode"
|
4 | 13 | },
|
|
11 | 20 | "[markdown]": {
|
12 | 21 | "editor.defaultFormatter": "esbenp.prettier-vscode"
|
13 | 22 | },
|
| 23 | + "[typescript]": { |
| 24 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 25 | + }, |
| 26 | + "[typescriptreact]": { |
| 27 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 28 | + }, |
| 29 | + "[yaml]": { |
| 30 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 31 | + }, |
14 | 32 | "breadcrumbs.enabled": true,
|
15 |
| - "cSpell.userWords": [ |
16 |
| - "Authelia", |
17 |
| - "Cascadia", |
18 |
| - "codesnap", |
19 |
| - "conta", |
20 |
| - "dotenv", |
21 |
| - "esbenp", |
22 |
| - "Fira", |
23 |
| - "marsmachine", |
24 |
| - "openapi", |
25 |
| - "pjsfiextr", |
26 |
| - "projectkey", |
27 |
| - "totp", |
28 |
| - "Traefik" |
29 |
| - ], |
| 33 | + "codeium.enableConfig": { |
| 34 | + "*": true, |
| 35 | + "dockercompose": true, |
| 36 | + "markdown": true |
| 37 | + }, |
| 38 | + "codeium.enableSearch": true, |
30 | 39 | "codesnap.backgroundColor": "#21252b",
|
31 | 40 | "codesnap.boxShadow": "#21252b",
|
| 41 | + "console-ninja.featureSet": "Community", |
32 | 42 | "debug.console.fontSize": 18,
|
33 |
| - "editor.accessibilitySupport": "off", |
34 | 43 | "editor.acceptSuggestionOnEnter": "on",
|
| 44 | + "editor.accessibilitySupport": "off", |
35 | 45 | "editor.bracketPairColorization.enabled": true,
|
| 46 | + "editor.codeActionsOnSave": { |
| 47 | + "source.fixAll": "explicit", |
| 48 | + "source.organizeImports": "never" |
| 49 | + }, |
36 | 50 | "editor.cursorBlinking": "smooth",
|
37 | 51 | "editor.cursorSmoothCaretAnimation": "on",
|
38 | 52 | "editor.cursorStyle": "line",
|
39 | 53 | "editor.fontFamily": "Delugia",
|
40 |
| - "editor.fontLigatures": true, |
| 54 | + "editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum', 'calt', 'ss01'", |
41 | 55 | "editor.fontSize": 16,
|
42 | 56 | "editor.formatOnPaste": false,
|
43 | 57 | "editor.formatOnSave": true,
|
44 | 58 | "editor.guides.bracketPairs": true,
|
45 | 59 | "editor.inlineSuggest.enabled": true,
|
| 60 | + "editor.language.colorizedBracketPairs": [ |
| 61 | + ["[", "]"], |
| 62 | + ["(", ")"], |
| 63 | + ["{", "}"] |
| 64 | + ], |
46 | 65 | "editor.lineHeight": 2.1,
|
47 |
| - "editor.minimap.enabled": false, |
| 66 | + "editor.maxTokenizationLineLength": 50000, |
| 67 | + "editor.multiCursorModifier": "ctrlCmd", |
| 68 | + "editor.occurrencesHighlight": "multiFile", |
48 | 69 | "editor.quickSuggestions": {
|
49 | 70 | "comments": true,
|
50 | 71 | "other": true,
|
|
139 | 160 | ]
|
140 | 161 | },
|
141 | 162 | "editor.wordWrap": "off",
|
| 163 | + "errorLens.excludeBySource": ["cSpell"], |
| 164 | + "eslint.run": "onSave", |
142 | 165 | "explorer.compactFolders": false,
|
143 | 166 | "explorer.confirmDelete": false,
|
144 | 167 | "explorer.confirmDragAndDrop": false,
|
|
205 | 228 | "vite.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, playwright.config.*, postcss.config.*, puppeteer.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, windi.config.*",
|
206 | 229 | "vue.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, playwright.config.*, postcss.config.*, puppeteer.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, windi.config.*"
|
207 | 230 | },
|
| 231 | + "files.associations": { |
| 232 | + ".env*": "dotenv" |
| 233 | + }, |
208 | 234 | "files.autoSave": "onFocusChange",
|
209 | 235 | "files.eol": "\n",
|
| 236 | + "git-graph.tabIconColourTheme": "grey", |
210 | 237 | "git.autofetch": true,
|
| 238 | + "git.openRepositoryInParentFolders": "never", |
211 | 239 | "github.copilot.enable": {
|
212 | 240 | "*": true,
|
213 | 241 | "markdown": true,
|
214 | 242 | "plaintext": true,
|
215 | 243 | "yaml": true
|
216 | 244 | },
|
| 245 | + "githubPullRequests.pullBranch": "never", |
217 | 246 | "gitlens.codeLens.authors.enabled": false,
|
218 | 247 | "gitlens.codeLens.recentChange.enabled": false,
|
219 | 248 | "gitlens.currentLine.enabled": false,
|
220 | 249 | "gitlens.defaultDateStyle": "absolute",
|
221 | 250 | "gitlens.statusBar.enabled": true,
|
| 251 | + "javascript.inlayHints.enumMemberValues.enabled": true, |
| 252 | + "javascript.inlayHints.functionLikeReturnTypes.enabled": true, |
| 253 | + "javascript.inlayHints.parameterNames.enabled": "all", |
| 254 | + "javascript.inlayHints.parameterTypes.enabled": true, |
| 255 | + "javascript.inlayHints.propertyDeclarationTypes.enabled": true, |
| 256 | + "javascript.inlayHints.variableTypes.enabled": true, |
222 | 257 | "javascript.updateImportsOnFileMove.enabled": "always",
|
223 |
| - "jest.autoRun": { |
224 |
| - "jest.runAllTestsFirst": false |
225 |
| - }, |
226 |
| - "jest.showCoverageOnLoad": false, |
| 258 | + "jest.runMode": "on-demand", |
227 | 259 | "markdown.preview.fontSize": 16,
|
| 260 | + "multiDiffEditor.experimental.enabled": true, |
228 | 261 | "oneDarkPro.bold": true,
|
229 | 262 | "oneDarkPro.italic": true,
|
230 | 263 | "oneDarkPro.vivid": true,
|
| 264 | + "playwright.env": { |
| 265 | + "NODE_ENV": "test" |
| 266 | + }, |
| 267 | + "playwright.reuseBrowser": true, |
| 268 | + "powermode.shake.enabled": false, |
| 269 | + "prettier.semi": true, |
| 270 | + "prettier.withNodeModules": true, |
| 271 | + "rapidapi.terminalLink.enabled": false, |
231 | 272 | "redhat.telemetry.enabled": false,
|
232 | 273 | "remote.SSH.remotePlatform": {
|
233 | 274 | "192.168.1.21": "linux"
|
234 | 275 | },
|
235 | 276 | "search.useGlobalIgnoreFiles": true,
|
236 | 277 | "search.useIgnoreFiles": true,
|
| 278 | + "security.workspace.trust.untrustedFiles": "open", |
| 279 | + "symbols.hidesExplorerArrows": false, |
| 280 | + "terminal.integrated.confirmOnExit": "always", |
| 281 | + "terminal.integrated.confirmOnKill": "always", |
237 | 282 | "terminal.integrated.cursorStyle": "line",
|
| 283 | + "terminal.integrated.defaultProfile.linux": "zsh", |
238 | 284 | "terminal.integrated.env.linux": {},
|
239 | 285 | "terminal.integrated.env.osx": {
|
240 |
| - "FIG_NEW_SESSION": "1" |
| 286 | + "FIG_NEW_SESSION": "1", |
| 287 | + "CW_NEW_SESSION": "1" |
241 | 288 | },
|
242 | 289 | "terminal.integrated.fontFamily": "Delugia",
|
243 | 290 | "terminal.integrated.fontSize": 16,
|
| 291 | + "terminal.integrated.stickyScroll.enabled": true, |
244 | 292 | "todo-tree.general.tags": [
|
245 | 293 | "BUG",
|
246 | 294 | "HACK",
|
|
251 | 299 | "[x]"
|
252 | 300 | ],
|
253 | 301 | "todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
|
| 302 | + "typescript.inlayHints.enumMemberValues.enabled": true, |
| 303 | + "typescript.inlayHints.functionLikeReturnTypes.enabled": true, |
| 304 | + "typescript.inlayHints.parameterNames.enabled": "all", |
| 305 | + "typescript.inlayHints.parameterTypes.enabled": true, |
| 306 | + "typescript.inlayHints.propertyDeclarationTypes.enabled": true, |
| 307 | + "typescript.inlayHints.variableTypes.enabled": true, |
| 308 | + "typescript.preferences.importModuleSpecifier": "non-relative", |
| 309 | + "typescript.preferences.preferTypeOnlyAutoImports": true, |
254 | 310 | "typescript.updateImportsOnFileMove.enabled": "always",
|
| 311 | + "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", |
255 | 312 | "where-am-i.colorful": false,
|
256 | 313 | "window.titleBarStyle": "custom",
|
257 | 314 | "workbench.colorCustomizations": {
|
|
276 | 333 | "workbench.colorTheme": "One Dark Pro",
|
277 | 334 | "workbench.editor.labelFormat": "short",
|
278 | 335 | "workbench.editor.languageDetection": true,
|
279 |
| - "workbench.editorAssociations": { |
280 |
| - "*.md": "vscode.markdown.preview.editor" |
281 |
| - }, |
282 |
| - "workbench.iconTheme": "symbols", |
| 336 | + "workbench.editor.pinnedTabsOnSeparateRow": true, |
| 337 | + "workbench.iconTheme": "material-icon-theme", |
283 | 338 | "workbench.list.horizontalScrolling": true,
|
284 | 339 | "workbench.list.smoothScrolling": true,
|
285 | 340 | "workbench.productIconTheme": "fluent-icons",
|
286 | 341 | "workbench.settings.editor": "json",
|
287 |
| - "workbench.startupEditor": "newUntitledFile", |
| 342 | + "workbench.sideBar.location": "left", |
| 343 | + "workbench.startupEditor": "none", |
288 | 344 | "workbench.statusBar.visible": true,
|
| 345 | + "workbench.tree.enableStickyScroll": true, |
289 | 346 | "workbench.tree.indent": 20,
|
290 |
| - "codeium.enableConfig": { |
291 |
| - "*": true, |
292 |
| - "dockercompose": true, |
293 |
| - "markdown": true |
294 |
| - }, |
295 |
| - "[python]": { |
296 |
| - "editor.formatOnType": true |
297 |
| - }, |
298 |
| - "symbols.hidesExplorerArrows": false, |
299 |
| - "markdown-pdf.displayHeaderFooter": false, |
300 |
| - "hediet.vscode-drawio.resizeImages": null, |
301 |
| - "hediet.vscode-drawio.theme": "sketch", |
302 |
| - "pieces.setCopilotLocation": true, |
303 |
| - "isort.check": true |
| 347 | + "editor.minimap.enabled": false |
304 | 348 | }
|
0 commit comments