|
23 | 23 | "[markdown]": {
|
24 | 24 | "editor.defaultFormatter": "esbenp.prettier-vscode"
|
25 | 25 | },
|
| 26 | + "[shellscript]": { |
| 27 | + "editor.defaultFormatter": "foxundermoon.shell-format" |
| 28 | + }, |
26 | 29 | "[typescript]": {
|
27 | 30 | "editor.defaultFormatter": "esbenp.prettier-vscode"
|
28 | 31 | },
|
|
171 | 174 | },
|
172 | 175 | "editor.wordWrap": "off",
|
173 | 176 | "errorLens.excludeBySource": ["cSpell"],
|
174 |
| - "eslint.run": "onSave", |
175 | 177 | "explorer.compactFolders": false,
|
176 | 178 | "explorer.confirmDelete": false,
|
177 | 179 | "explorer.confirmDragAndDrop": false,
|
178 |
| - "explorer.fileNesting.enabled": true, |
179 |
| - "explorer.fileNesting.expand": false, |
180 |
| - "explorer.fileNesting.patterns": { |
181 |
| - "*.asax": "$(capture).*.cs, $(capture).*.vb", |
182 |
| - "*.ascx": "$(capture).*.cs, $(capture).*.vb", |
183 |
| - "*.ashx": "$(capture).*.cs, $(capture).*.vb", |
184 |
| - "*.aspx": "$(capture).*.cs, $(capture).*.vb", |
185 |
| - "*.bloc.dart": "$(capture).event.dart, $(capture).state.dart", |
186 |
| - "*.c": "$(capture).h", |
187 |
| - "*.cc": "$(capture).hpp, $(capture).h, $(capture).hxx", |
188 |
| - "*.component.ts": "$(capture).component.html, $(capture).component.spec.ts, $(capture).component.css, $(capture).component.scss, $(capture).component.sass, $(capture).component.less", |
189 |
| - "*.cpp": "$(capture).hpp, $(capture).h, $(capture).hxx", |
190 |
| - "*.cshtml": "$(capture).cshtml.cs", |
191 |
| - "*.csproj": "*.config, *proj.user, appsettings.*, bundleconfig.json", |
192 |
| - "*.css": "$(capture).css.map, $(capture).*.css", |
193 |
| - "*.cxx": "$(capture).hpp, $(capture).h, $(capture).hxx", |
194 |
| - "*.dart": "$(capture).freezed.dart, $(capture).g.dart", |
195 |
| - "*.ex": "$(capture).html.eex, $(capture).html.heex, $(capture).html.leex", |
196 |
| - "*.java": "$(capture).class", |
197 |
| - "*.js": "$(capture).js.map, $(capture).*.js, $(capture)_*.js", |
198 |
| - "*.jsx": "$(capture).js, $(capture).*.jsx, $(capture)_*.js, $(capture)_*.jsx", |
199 |
| - "*.master": "$(capture).*.cs, $(capture).*.vb", |
200 |
| - "*.module.ts": "$(capture).resolver.ts, $(capture).controller.ts, $(capture).service.ts", |
201 |
| - "*.pubxml": "$(capture).pubxml.user", |
202 |
| - "*.resx": "$(capture).*.resx, $(capture).designer.cs, $(capture).designer.vb", |
203 |
| - "*.tex": "$(capture).acn, $(capture).acr, $(capture).alg, $(capture).aux, $(capture).bbl, $(capture).blg, $(capture).fdb_latexmk, $(capture).fls, $(capture).glg, $(capture).glo, $(capture).gls, $(capture).idx, $(capture).ind, $(capture).ist, $(capture).lof, $(capture).log, $(capture).lot, $(capture).out, $(capture).pdf, $(capture).synctex.gz, $(capture).toc, $(capture).xdv", |
204 |
| - "*.ts": "$(capture).js, $(capture).d.ts.map, $(capture).*.ts, $(capture)_*.js, $(capture)_*.ts", |
205 |
| - "*.tsx": "$(capture).ts, $(capture).*.tsx, $(capture)_*.ts, $(capture)_*.tsx", |
206 |
| - "*.vbproj": "*.config, *proj.user, appsettings.*, bundleconfig.json", |
207 |
| - "*.vue": "$(capture).*.ts, $(capture).*.js, $(capture).story.vue", |
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", |
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.*", |
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.*", |
217 |
| - "cargo.toml": ".clippy.toml, .rustfmt.toml, cargo.lock, clippy.toml, cross.toml, rust-toolchain.toml, rustfmt.toml", |
218 |
| - "composer.json": ".php*.cache, composer.lock, phpunit.xml*, psalm*.xml", |
219 |
| - "default.nix": "shell.nix", |
220 |
| - "deno.json*": "*.env, .env.*, .envrc, api-extractor.json, env.d.ts, import-map.json, import_map.json, jsconfig.*, tsconfig.*, tsdoc.*", |
221 |
| - "docker-compose.*": ".dockerignore, dockerfile, dockerfile*", |
222 |
| - "flake.nix": "flake.lock", |
223 |
| - "gatsby-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.*, gatsby-browser.*, gatsby-node.*, gatsby-ssr.*, gatsby-transformer.*, 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.*", |
224 |
| - "gemfile": ".ruby-version, gemfile.lock", |
225 |
| - "go.mod": ".air*, go.sum", |
226 |
| - "mix.exs": ".credo.exs, .dialyzer_ignore.exs, .formatter.exs, .iex.exs, .tool-versions, mix.lock", |
227 |
| - "next.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.*, next-env.d.ts, playwright.config.*, postcss.config.*, puppeteer.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, windi.config.*", |
228 |
| - "nuxt.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.*", |
229 |
| - "package.json": ".browserslist*, .circleci*, .codecov, .commitlint*, .cz-config.js, .czrc, .editorconfig, .eslint*, .firebase*, .flowconfig, .github*, .gitlab*, .gitpod*, .huskyrc*, .jslint*, .lighthouserc.*, .lintstagedrc*, .markdownlint*, .mocha*, .node-version, .nodemon*, .npm*, .nvmrc, .pm2*, .pnp.*, .pnpm*, .prettier*, .releaserc*, .sentry*, .stackblitz*, .styleci*, .stylelint*, .tazerc*, .textlint*, .tool-versions, .travis*, .versionrc*, .vscode*, .watchman*, .xo-config*, .yamllint*, .yarnrc*, Procfile, api-extractor.json, apollo.config.*, appveyor*, ava.config.*, azure-pipelines*, bower.json, build.config.*, commitlint*, crowdin*, cypress.*, dangerfile*, dprint.json, firebase.json, grunt*, gulp*, histoire.config.*, jasmine.*, jenkins*, jest.config.*, jsconfig.*, karma*, lerna*, lighthouserc.*, lint-staged*, nest-cli.*, netlify*, nodemon*, nx.*, package-lock.json, package.nls*.json, phpcs.xml, playwright.config.*, pm2.*, pnpm*, prettier*, pullapprove*, puppeteer.config.*, pyrightconfig.json, release-tasks.sh, renovate*, rollup.config.*, stylelint*, tsconfig.*, tsdoc.*, tslint*, tsup.config.*, turbo*, typedoc*, unlighthouse*, vercel*, vetur.config.*, vitest.config.*, webpack*, workspace.json, xo.config.*, yarn*, .ncurc.js, .htmlhint*, nyc.config.js, .swcrc", |
230 |
| - "pubspec.yaml": ".metadata, .packages, all_lint_rules.yaml, analysis_options.yaml, build.yaml, pubspec.lock", |
231 |
| - "pyproject.toml": ".pdm.toml, pdm.lock, pyproject.toml", |
232 |
| - "quasar.conf.js": "*.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.*, quasar.extensions.json, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, windi.config.*", |
233 |
| - "readme*": "authors, backers*, changelog*, citation*, code_of_conduct*, codeowners, contributing*, contributors, copying, credits, governance.md, history.md, license*, maintainers, readme*, security.md, sponsors*, todo*", |
234 |
| - "remix.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.*, remix.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, windi.config.*", |
235 |
| - "rush.json": ".browserslist*, .circleci*, .codecov, .commitlint*, .cz-config.js, .czrc, .editorconfig, .eslint*, .firebase*, .flowconfig, .github*, .gitlab*, .gitpod*, .huskyrc*, .jslint*, .lighthouserc.*, .lintstagedrc*, .markdownlint*, .mocha*, .node-version, .nodemon*, .npm*, .nvmrc, .pm2*, .pnp.*, .pnpm*, .prettier*, .releaserc*, .sentry*, .stackblitz*, .styleci*, .stylelint*, .tazerc*, .textlint*, .tool-versions, .travis*, .versionrc*, .vscode*, .watchman*, .xo-config*, .yamllint*, .yarnrc*, Procfile, api-extractor.json, apollo.config.*, appveyor*, ava.config.*, azure-pipelines*, bower.json, build.config.*, commitlint*, crowdin*, cypress.*, dangerfile*, dprint.json, firebase.json, grunt*, gulp*, histoire.config.*, jasmine.*, jenkins*, jest.config.*, jsconfig.*, karma*, lerna*, lighthouserc.*, lint-staged*, nest-cli.*, netlify*, nodemon*, nx.*, package-lock.json, package.nls*.json, phpcs.xml, playwright.config.*, pm2.*, pnpm*, prettier*, pullapprove*, puppeteer.config.*, pyrightconfig.json, release-tasks.sh, renovate*, rollup.config.*, stylelint*, tsconfig.*, tsdoc.*, tslint*, tsup.config.*, turbo*, typedoc*, unlighthouse*, vercel*, vetur.config.*, vitest.config.*, webpack*, workspace.json, xo.config.*, yarn*", |
236 |
| - "shims.d.ts": "*.d.ts", |
237 |
| - "svelte.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.*, mdsvex.config.js, playwright.config.*, postcss.config.*, puppeteer.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, windi.config.*", |
238 |
| - "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.*", |
239 |
| - "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.*" |
240 |
| - }, |
241 | 180 | "files.associations": {
|
242 | 181 | ".env*": "dotenv"
|
243 | 182 | },
|
|
246 | 185 | "files.insertFinalNewline": true,
|
247 | 186 | "git-graph.tabIconColourTheme": "grey",
|
248 | 187 | "git.autofetch": true,
|
| 188 | + "git.blame.editorDecoration.enabled": true, |
| 189 | + "git.blame.statusBarItem.enabled": true, |
249 | 190 | "git.openRepositoryInParentFolders": "never",
|
250 | 191 | "github.copilot.enable": {
|
251 | 192 | "*": true,
|
|
301 | 242 | "Q_NEW_SESSION": "1"
|
302 | 243 | },
|
303 | 244 | "terminal.integrated.fontFamily": "Delugia",
|
| 245 | + "terminal.integrated.fontLigatures": true, |
304 | 246 | "terminal.integrated.fontSize": 16,
|
305 | 247 | "terminal.integrated.stickyScroll.enabled": true,
|
306 | 248 | "todo-tree.general.tags": [
|
|
339 | 281 | "workbench.startupEditor": "none",
|
340 | 282 | "workbench.statusBar.visible": true,
|
341 | 283 | "workbench.tree.enableStickyScroll": true,
|
342 |
| - "workbench.tree.indent": 20, |
343 |
| - "[shellscript]": { |
344 |
| - "editor.defaultFormatter": "foxundermoon.shell-format" |
345 |
| - } |
| 284 | + "workbench.tree.indent": 20 |
346 | 285 | }
|
0 commit comments