|
178 | 178 | "explorer.fileNesting.enabled": true,
|
179 | 179 | "explorer.fileNesting.expand": false,
|
180 | 180 | "explorer.fileNesting.patterns": {
|
181 |
| - ".clang-tidy": ".clang-format, .clangd, compile_commands.json", |
182 |
| - ".env": "*.env, .env.*, .envrc, env.d.ts", |
183 |
| - ".gitignore": ".gitattributes, .gitmodules, .gitmessage, .mailmap, .git-blame*", |
184 |
| - ".project": ".classpath", |
185 | 181 | "*.asax": "$(capture).*.cs, $(capture).*.vb",
|
186 | 182 | "*.ascx": "$(capture).*.cs, $(capture).*.vb",
|
187 | 183 | "*.ashx": "$(capture).*.cs, $(capture).*.vb",
|
|
210 | 206 | "*.vbproj": "*.config, *proj.user, appsettings.*, bundleconfig.json",
|
211 | 207 | "*.vue": "$(capture).*.ts, $(capture).*.js, $(capture).story.vue",
|
212 | 208 | "*.xaml": "$(capture).xaml.cs",
|
| 209 | + ".clang-tidy": ".clang-format, .clangd, compile_commands.json", |
| 210 | + ".env": "*.env, .env.*, .envrc, env.d.ts", |
| 211 | + ".gitignore": ".gitattributes, .gitmodules, .gitmessage, .mailmap, .git-blame*", |
| 212 | + ".project": ".classpath", |
| 213 | + "BUILD.bazel": "*.bzl, *.bazel, *.bazelrc, bazel.rc, .bazelignore, .bazelproject, WORKSPACE", |
| 214 | + "CMakeLists.txt": "*.cmake, *.cmake.in, .cmake-format.yaml, CMakePresets.json", |
213 | 215 | "artisan": "*.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.*, server.php, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, webpack.mix.js, windi.config.*",
|
214 | 216 | "astro.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.*",
|
215 |
| - "BUILD.bazel": "*.bzl, *.bazel, *.bazelrc, bazel.rc, .bazelignore, .bazelproject, WORKSPACE", |
216 | 217 | "cargo.toml": ".clippy.toml, .rustfmt.toml, cargo.lock, clippy.toml, cross.toml, rust-toolchain.toml, rustfmt.toml",
|
217 |
| - "CMakeLists.txt": "*.cmake, *.cmake.in, .cmake-format.yaml, CMakePresets.json", |
218 | 218 | "composer.json": ".php*.cache, composer.lock, phpunit.xml*, psalm*.xml",
|
219 | 219 | "default.nix": "shell.nix",
|
220 | 220 | "deno.json*": "*.env, .env.*, .envrc, api-extractor.json, env.d.ts, import-map.json, import_map.json, jsconfig.*, tsconfig.*, tsdoc.*",
|
|
326 | 326 | "where-am-i.colorful": false,
|
327 | 327 | "window.nativeFullScreen": true,
|
328 | 328 | "window.titleBarStyle": "custom",
|
329 |
| - "workbench.colorCustomizations": { |
330 |
| - "terminal.ansiBlack": "#3b4252", |
331 |
| - "terminal.ansiBlue": "#81a1c1", |
332 |
| - "terminal.ansiBrightBlack": "#4c566a", |
333 |
| - "terminal.ansiBrightBlue": "#81a1c1", |
334 |
| - "terminal.ansiBrightCyan": "#8fbcbb", |
335 |
| - "terminal.ansiBrightGreen": "#a3be8c", |
336 |
| - "terminal.ansiBrightMagenta": "#b48ead", |
337 |
| - "terminal.ansiBrightRed": "#bf616a", |
338 |
| - "terminal.ansiBrightWhite": "#eceff4", |
339 |
| - "terminal.ansiBrightYellow": "#ebcb8b", |
340 |
| - "terminal.ansiCyan": "#88c0d0", |
341 |
| - "terminal.ansiGreen": "#a3be8c", |
342 |
| - "terminal.ansiMagenta": "#b48ead", |
343 |
| - "terminal.ansiRed": "#bf616a", |
344 |
| - "terminal.ansiWhite": "#e5e9f0", |
345 |
| - "terminal.ansiYellow": "#ebcb8b", |
346 |
| - "terminal.foreground": "#d8dee9" |
347 |
| - }, |
348 | 329 | "workbench.colorTheme": "Gruvbox Dark Medium",
|
349 | 330 | "workbench.editor.labelFormat": "short",
|
350 | 331 | "workbench.editor.languageDetection": true,
|
351 | 332 | "workbench.editor.pinnedTabsOnSeparateRow": true,
|
| 333 | + "workbench.iconTheme": "catppuccin-mocha", |
352 | 334 | "workbench.list.horizontalScrolling": true,
|
353 | 335 | "workbench.list.smoothScrolling": true,
|
354 | 336 | "workbench.productIconTheme": "fluent-icons",
|
|
358 | 340 | "workbench.statusBar.visible": true,
|
359 | 341 | "workbench.tree.enableStickyScroll": true,
|
360 | 342 | "workbench.tree.indent": 20,
|
361 |
| - "workbench.iconTheme": "catppuccin-mocha" |
| 343 | + "[shellscript]": { |
| 344 | + "editor.defaultFormatter": "foxundermoon.shell-format" |
| 345 | + } |
362 | 346 | }
|
0 commit comments