Created
August 2, 2024 06:33
-
-
Save mubaidr/7ec5b5b2b72a2cbf948d53db9459abfd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "[dockerfile]": { | |
| "editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
| }, | |
| "[dotenv]": { | |
| "editor.defaultFormatter": "foxundermoon.shell-format" | |
| }, | |
| "[html]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[ignore]": { | |
| "editor.defaultFormatter": "foxundermoon.shell-format" | |
| }, | |
| "[prisma]": { | |
| "editor.defaultFormatter": "Prisma.prisma" | |
| }, | |
| "[properties]": { | |
| "editor.defaultFormatter": "foxundermoon.shell-format" | |
| }, | |
| "[scss]": { | |
| "editor.defaultFormatter": "vscode.css-language-features" | |
| }, | |
| "[shellscript]": { | |
| "editor.defaultFormatter": "foxundermoon.shell-format" | |
| }, | |
| "[vue]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "azure-storage-explorer.enableTelemetry": false, | |
| "azureResourceGroups.selectedSubscriptions": [], | |
| "breadcrumbs.enabled": false, | |
| "browse-lite.chromeExecutable": "/usr/bin/chromium", | |
| "catppuccin-icons.hidesExplorerArrows": true, | |
| "cloudcode.apigee.gemini.options": { | |
| "enableRemoteMockServer": false, | |
| "enterpriseContext": { | |
| "enabled": true, | |
| "includeMetadata": true, | |
| "includeSchema": true, | |
| "includeSecurity": true | |
| } | |
| }, | |
| "cloudcode.duetAI.codeGenerationInterface": "ghostText", | |
| "cloudcode.duetAI.project": "nth-glass-430109-b4", | |
| "cloudcode.updateChannel": "Insiders", | |
| "cloudcode.yaml.format.enable": true, | |
| "code-runner.enableAppInsights": false, | |
| "code-runner.executorMap": { | |
| "FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt", | |
| "ahk": "autohotkey", | |
| "applescript": "osascript", | |
| "autoit": "autoit3", | |
| "bat": "cmd /c", | |
| "c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt", | |
| "clojure": "lein exec", | |
| "coffeescript": "coffee", | |
| "cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt", | |
| "crystal": "crystal", | |
| "csharp": "scriptcs", | |
| "d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt", | |
| "dart": "dart", | |
| "fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt", | |
| "fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt", | |
| "fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt", | |
| "fsharp": "fsi", | |
| "go": "go run", | |
| "groovy": "groovy", | |
| "haskell": "runhaskell", | |
| "haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt", | |
| "java": "cd $dir && javac $fileName && java $fileNameWithoutExt", | |
| "javascript": "tsx", | |
| "julia": "julia", | |
| "kit": "kitc --run", | |
| "less": "cd $dir && lessc $fileName $fileNameWithoutExt.css", | |
| "lisp": "sbcl --script", | |
| "lua": "lua", | |
| "nim": "nim compile --verbosity:0 --hints:off --run", | |
| "objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt", | |
| "ocaml": "ocaml", | |
| "pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt", | |
| "perl": "perl", | |
| "perl6": "perl6", | |
| "php": "php", | |
| "powershell": "powershell -ExecutionPolicy ByPass -File", | |
| "python": "python -u", | |
| "r": "Rscript", | |
| "racket": "racket", | |
| "ruby": "ruby", | |
| "rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt", | |
| "sass": "sass --style expanded", | |
| "scala": "scala", | |
| "scheme": "csi -script", | |
| "scss": "scss --style expanded", | |
| "shellscript": "bash", | |
| "sml": "cd $dir && sml $fileName", | |
| "swift": "swift", | |
| "typescript": "tsx", | |
| "v": "v run", | |
| "vbscript": "cscript Nologo" | |
| }, | |
| "code-runner.fileDirectoryAsCwd": true, | |
| "code-runner.runInTerminal": true, | |
| "code-runner.saveAllFilesBeforeRun": true, | |
| "code-runner.showRunCommandInEditorContextMenu": false, | |
| "codeium.enableConfig": { | |
| "*": true, | |
| "markdown": true | |
| }, | |
| "codeium.enableExplainProblem": false, | |
| "cody.autocomplete.formatOnAccept": true, | |
| "cody.telemetry.level": "off", | |
| "conventionalCommits.showNewVersionNotes": false, | |
| "css.format.maxPreserveNewLines": 1, | |
| "css.format.spaceAroundSelectorSeparator": true, | |
| "debug.closeReadonlyTabsOnEnd": true, | |
| "debug.confirmOnExit": "always", | |
| "debug.console.closeOnEnd": true, | |
| "debug.inlineValues": "on", | |
| "debug.javascript.autoAttachFilter": "smart", | |
| "debug.javascript.resourceRequestOptions": { | |
| "https": { | |
| "rejectUnauthorized": false | |
| } | |
| }, | |
| "debug.javascript.unmapMissingSources": true, | |
| "debug.openExplorerOnEnd": true, | |
| "debug.terminal.clearBeforeReusing": true, | |
| "debug.toolBarLocation": "commandCenter", | |
| "dev.containers.defaultExtensionsIfInstalledLocally": [ | |
| "GitHub.copilot", | |
| "GitHub.copilot-chat", | |
| "GitHub.vscode-pull-request-github" | |
| ], | |
| "diffEditor.diffAlgorithm": "advanced", | |
| "doublebot.showInlineKeybindingHint": false, | |
| "editor.acceptSuggestionOnEnter": "off", | |
| "editor.accessibilitySupport": "off", | |
| "editor.bracketPairColorization.enabled": false, | |
| "editor.codeActionsOnSave": { | |
| "source.addMissingImports": "always", | |
| "source.fixAll": "explicit", | |
| "source.organizeImports": "never" | |
| }, | |
| "editor.codeLensFontFamily": "'Monaspace Krypton'", | |
| "editor.cursorStyle": "line", | |
| "editor.cursorSurroundingLines": 3, | |
| "editor.cursorWidth": 3, | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "editor.experimental.asyncTokenization": true, | |
| "editor.experimentalInlineEdit.enabled": true, | |
| "editor.experimentalInlineEdit.fontFamily": "'Monaspace Krypton'", | |
| "editor.find.addExtraSpaceOnTop": false, | |
| "editor.find.autoFindInSelection": "multiline", | |
| "editor.find.cursorMoveOnType": true, | |
| "editor.fontFamily": "'Monaspace Neon'", | |
| "editor.fontLigatures": "'calt', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'ss09', 'liga'", | |
| "editor.formatOnPaste": true, | |
| "editor.formatOnSave": true, | |
| "editor.formatOnType": true, | |
| "editor.glyphMargin": true, | |
| "editor.gotoLocation.multipleDeclarations": "goto", | |
| "editor.gotoLocation.multipleDefinitions": "goto", | |
| "editor.gotoLocation.multipleImplementations": "goto", | |
| "editor.gotoLocation.multipleReferences": "goto", | |
| "editor.gotoLocation.multipleTypeDefinitions": "goto", | |
| "editor.guides.bracketPairsHorizontal": false, | |
| "editor.guides.indentation": false, | |
| "editor.hideCursorInOverviewRuler": true, | |
| "editor.inlayHints.fontFamily": "'Monaspace Radon ExtraLight'", | |
| "editor.inlayHints.fontSize": 12, | |
| "editor.inlineSuggest.fontFamily": "'Monaspace Krypton'", | |
| "editor.letterSpacing": 0.33, | |
| "editor.lineHeight": 1.6, | |
| "editor.linkedEditing": true, | |
| "editor.minimap.showMarkSectionHeaders": false, | |
| "editor.minimap.showRegionSectionHeaders": false, | |
| "editor.minimap.showSlider": "always", | |
| "editor.minimap.size": "fill", | |
| "editor.overviewRulerBorder": false, | |
| "editor.parameterHints.cycle": false, | |
| "editor.quickSuggestions": { | |
| "comments": true, | |
| "other": true, | |
| "strings": true | |
| }, | |
| "editor.quickSuggestionsDelay": 0, | |
| "editor.renderLineHighlight": "none", | |
| "editor.renderLineHighlightOnlyWhenFocus": true, | |
| "editor.scrollbar.horizontal": "hidden", | |
| "editor.scrollbar.vertical": "hidden", | |
| "editor.selectionHighlight": false, | |
| "editor.semanticHighlighting.enabled": true, | |
| "editor.stickyScroll.enabled": false, | |
| "editor.stickyTabStops": true, | |
| "editor.suggest.preview": true, | |
| "editor.suggest.showDeprecated": false, | |
| "editor.suggest.showStatusBar": true, | |
| "editor.suggest.showWords": false, | |
| "editor.suggestFontSize": 12, | |
| "editor.tabCompletion": "on", | |
| "editor.tabSize": 2, | |
| "editor.tokenColorCustomizations": {}, | |
| "editor.unicodeHighlight.invisibleCharacters": false, | |
| "editor.unusualLineTerminators": "auto", | |
| "editor.wordBasedSuggestions": "off", | |
| "ego.power-tools": { | |
| "user": {} | |
| }, | |
| "emmet.includeLanguages": { | |
| "ejs": "html", | |
| "erb": "erb", | |
| "html": "html", | |
| "javascript": "javascriptreact", | |
| "markdown": "html", | |
| "vue": "html" | |
| }, | |
| "emmet.triggerExpansionOnTab": true, | |
| "emmet.useInlineCompletions": true, | |
| "errorLens.delayMode": "debounce", | |
| "errorLens.enabledDiagnosticLevels": ["error"], | |
| "errorLens.enabledInMergeConflict": false, | |
| "errorLens.excludeBySource": [ | |
| "eslint(@typescript-eslint/object-curly-spacing)", | |
| "eslint(padded-blocks)", | |
| "eslint(no-trailing-spaces)", | |
| "eslint(eslintno-trailing-spaces)", | |
| "eslint(no-multiple-empty-lines)", | |
| "eslint(no-empty)", | |
| "eslint(semi)", | |
| "jsonc(515)" | |
| ], | |
| "errorLens.fontFamily": "'Monaspace Radon ExtraLight'", | |
| "errorLens.fontSize": "12", | |
| "errorLens.fontWeight": "100", | |
| "errorLens.gutterIconSet": "defaultOutline", | |
| "errorLens.ignoreUntitled": true, | |
| "errorLens.messageBackgroundMode": "none", | |
| "errorLens.padding": "0", | |
| "errorLens.removeLinebreaks": false, | |
| "errorLens.scrollbarHackEnabled": true, | |
| "eslint.codeActionsOnSave.mode": "all", | |
| // "eslint.format.enable": true, | |
| "eslint.ignoreUntitled": true, | |
| "eslint.lintTask.enable": true, | |
| "eslint.problems.shortenToSingleLine": true, | |
| "eslint.validate": [ | |
| "javascript", | |
| "typescript", | |
| "javascriptreact", | |
| "typescriptreact", | |
| "vue", | |
| "html", | |
| "markdown", | |
| "json", | |
| "jsonc", | |
| "json5" | |
| ], | |
| "evenBetterToml.formatter.allowedBlankLines": 1, | |
| "evenBetterToml.formatter.arrayAutoCollapse": true, | |
| "evenBetterToml.formatter.arrayAutoExpand": true, | |
| "evenBetterToml.formatter.columnWidth": 120, | |
| "evenBetterToml.formatter.trailingNewline": true, | |
| "evenBetterToml.syntax.semanticTokens": false, | |
| "explorer.autoReveal": false, | |
| "explorer.compactFolders": false, | |
| "explorer.copyRelativePathSeparator": "/", | |
| "explorer.decorations.badges": false, | |
| "explorer.decorations.colors": false, | |
| "explorer.excludeGitIgnore": false, | |
| "explorer.fileNesting.expand": false, | |
| "explorer.fileNesting.patterns": { | |
| "*.asax": "$(capture).*.cs, $(capture).*.vb", | |
| "*.ascx": "$(capture).*.cs, $(capture).*.vb", | |
| "*.ashx": "$(capture).*.cs, $(capture).*.vb", | |
| "*.aspx": "$(capture).*.cs, $(capture).*.vb", | |
| "*.axaml": "$(capture).axaml.cs", | |
| "*.bloc.dart": "$(capture).event.dart, $(capture).state.dart", | |
| "*.c": "$(capture).h", | |
| "*.cc": "$(capture).hpp, $(capture).h, $(capture).hxx, $(capture).hh", | |
| "*.cjs": "$(capture).cjs.map, $(capture).*.cjs, $(capture)_*.cjs", | |
| "*.component.ts": "$(capture).component.html, $(capture).component.spec.ts, $(capture).component.css, $(capture).component.scss, $(capture).component.sass, $(capture).component.less", | |
| "*.cpp": "$(capture).hpp, $(capture).h, $(capture).hxx, $(capture).hh", | |
| "*.cs": "$(capture).*.cs", | |
| "*.cshtml": "$(capture).cshtml.cs", | |
| "*.csproj": "*.config, *proj.user, appsettings.*, bundleconfig.json", | |
| "*.css": "$(capture).css.map, $(capture).*.css", | |
| "*.cxx": "$(capture).hpp, $(capture).h, $(capture).hxx, $(capture).hh", | |
| "*.dart": "$(capture).freezed.dart, $(capture).g.dart", | |
| "*.db": "*.db-shm, *.db-wal", | |
| "*.ex": "$(capture).html.eex, $(capture).html.heex, $(capture).html.leex", | |
| "*.fs": "$(capture).fs.js, $(capture).fs.js.map, $(capture).fs.jsx, $(capture).fs.ts, $(capture).fs.tsx, $(capture).fs.rs, $(capture).fs.php, $(capture).fs.dart", | |
| "*.go": "$(capture)_test.go", | |
| "*.java": "$(capture).class", | |
| "*.js": "$(capture).js.map, $(capture).*.js, $(capture)_*.js", | |
| "*.jsx": "$(capture).js, $(capture).*.jsx, $(capture)_*.js, $(capture)_*.jsx, $(capture).less, $(capture).module.less, $(capture).module.less.d.ts, $(capture).scss, $(capture).module.scss, $(capture).module.scss.d.ts", | |
| "*.master": "$(capture).*.cs, $(capture).*.vb", | |
| "*.md": "$(capture).*", | |
| "*.mjs": "$(capture).mjs.map, $(capture).*.mjs, $(capture)_*.mjs", | |
| "*.module.ts": "$(capture).resolver.ts, $(capture).controller.ts, $(capture).service.ts", | |
| "*.mts": "$(capture).mts.map, $(capture).*.mts, $(capture)_*.mts", | |
| "*.pubxml": "$(capture).pubxml.user", | |
| "*.py": "$(capture).pyi", | |
| "*.razor": "$(capture).razor.cs, $(capture).razor.css, $(capture).razor.scss", | |
| "*.resx": "$(capture).*.resx, $(capture).designer.cs, $(capture).designer.vb", | |
| "*.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", | |
| "*.ts": "$(capture).js, $(capture).d.ts.map, $(capture).*.ts, $(capture)_*.js, $(capture)_*.ts", | |
| "*.tsx": "$(capture).ts, $(capture).*.tsx, $(capture)_*.ts, $(capture)_*.tsx, $(capture).less, $(capture).module.less, $(capture).module.less.d.ts, $(capture).scss, $(capture).module.scss, $(capture).module.scss.d.ts, $(capture).css.ts", | |
| "*.vbproj": "*.config, *proj.user, appsettings.*, bundleconfig.json", | |
| "*.vue": "$(capture).*.ts, $(capture).*.js, $(capture).story.vue", | |
| "*.w": "$(capture).*.w, I$(capture).w", | |
| "*.xaml": "$(capture).xaml.cs", | |
| "+layout.svelte": "+layout.ts,+layout.ts,+layout.js,+layout.server.ts,+layout.server.js,+layout.gql", | |
| "+page.svelte": "+page.server.ts,+page.server.js,+page.ts,+page.js,+page.gql", | |
| ".clang-tidy": ".clang-format, .clangd, compile_commands.json", | |
| ".env": "*.env, .env.*, .envrc, env.d.ts", | |
| ".gitignore": ".gitattributes, .gitmodules, .gitmessage, .mailmap, .git-blame*", | |
| ".project": ".classpath", | |
| "//": "Last update at 7/24/2024, 12:30:40 PM", | |
| "BUILD.bazel": "*.bzl, *.bazel, *.bazelrc, bazel.rc, .bazelignore, .bazelproject, WORKSPACE", | |
| "CMakeLists.txt": "*.cmake, *.cmake.in, .cmake-format.yaml, CMakePresets.json, CMakeCache.txt", | |
| "Cargo.toml": ".clippy.toml, .rustfmt.toml, cargo.lock, clippy.toml, cross.toml, rust-toolchain.toml, rustfmt.toml", | |
| "Dockerfile": "*.dockerfile, .devcontainer.*, .dockerignore, captain-definition, compose.*, docker-compose.*, dockerfile*", | |
| "I*.cs": "$(capture).cs", | |
| "Makefile": "*.mk", | |
| "Pipfile": ".editorconfig, .flake8, .isort.cfg, .python-version, Pipfile, Pipfile.lock, requirements*.in, requirements*.pip, requirements*.txt, tox.ini", | |
| "README*": "AUTHORS, Authors, BACKERS*, Backers*, CHANGELOG*, CITATION*, CODEOWNERS, CODE_OF_CONDUCT*, CONTRIBUTING*, CONTRIBUTORS, COPYING*, CREDITS, Changelog*, Citation*, Code_Of_Conduct*, Codeowners, Contributing*, Contributors, Copying*, Credits, GOVERNANCE.MD, Governance.md, HISTORY.MD, History.md, LICENSE*, License*, MAINTAINERS, Maintainers, README_*, RELEASE_NOTES*, Readme_*, Release_Notes*, SECURITY.MD, SPONSORS*, Security.md, Sponsors*, authors, backers*, changelog*, citation*, code_of_conduct*, codeowners, contributing*, contributors, copying*, credits, governance.md, history.md, license*, maintainers, readme_*, release_notes*, security.md, sponsors*", | |
| "Readme*": "AUTHORS, Authors, BACKERS*, Backers*, CHANGELOG*, CITATION*, CODEOWNERS, CODE_OF_CONDUCT*, CONTRIBUTING*, CONTRIBUTORS, COPYING*, CREDITS, Changelog*, Citation*, Code_Of_Conduct*, Codeowners, Contributing*, Contributors, Copying*, Credits, GOVERNANCE.MD, Governance.md, HISTORY.MD, History.md, LICENSE*, License*, MAINTAINERS, Maintainers, README_*, RELEASE_NOTES*, Readme_*, Release_Notes*, SECURITY.MD, SPONSORS*, Security.md, Sponsors*, authors, backers*, changelog*, citation*, code_of_conduct*, codeowners, contributing*, contributors, copying*, credits, governance.md, history.md, license*, maintainers, readme_*, release_notes*, security.md, sponsors*", | |
| "ansible.cfg": "ansible.cfg, .ansible-lint, requirements.yml", | |
| "app.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, capacitor.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, i18n.config.*, ionic.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, panda.config.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, sst.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*", | |
| "artisan": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, capacitor.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, i18n.config.*, ionic.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, panda.config.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, server.php, sst.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, webpack.mix.js, windi.config.*", | |
| "astro.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, capacitor.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, i18n.config.*, ionic.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, panda.config.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, sst.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*", | |
| "composer.json": ".php*.cache, composer.lock, phpunit.xml*, psalm*.xml", | |
| "default.nix": "shell.nix", | |
| "deno.json*": "*.env, .env.*, .envrc, api-extractor.json, deno.lock, env.d.ts, import-map.json, import_map.json, jsconfig.*, tsconfig.*, tsdoc.*", | |
| "flake.nix": "flake.lock", | |
| "gatsby-config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, capacitor.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, gatsby-browser.*, gatsby-node.*, gatsby-ssr.*, gatsby-transformer.*, histoire.config.*, htmlnanorc.*, i18n.config.*, ionic.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, panda.config.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, sst.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*", | |
| "gemfile": ".ruby-version, gemfile.lock", | |
| "go.mod": ".air*, go.sum", | |
| "go.work": "go.work.sum", | |
| "hatch.toml": ".editorconfig, .flake8, .isort.cfg, .python-version, hatch.toml, requirements*.in, requirements*.pip, requirements*.txt, tox.ini", | |
| "manifest.config.*": "manifest.*", | |
| "mix.exs": ".credo.exs, .dialyzer_ignore.exs, .formatter.exs, .iex.exs, .tool-versions, mix.lock", | |
| "next.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, capacitor.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, i18n.config.*, ionic.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, next-env.d.ts, next-i18next.config.*, panda.config.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, sst.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*", | |
| "nuxt.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .nuxtignore, .nuxtrc, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, capacitor.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, i18n.config.*, ionic.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, panda.config.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, sst.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*", | |
| "package.json": ".browserslist*, .circleci*, .commitlint*, .cz-config.js, .czrc, .dlint.json, .dprint.json*, .editorconfig, .eslint*, .firebase*, .flowconfig, .github*, .gitlab*, .gitmojirc.json, .gitpod*, .huskyrc*, .jslint*, .knip.*, .lintstagedrc*, .markdownlint*, .node-version, .nodemon*, .npm*, .nvmrc, .pm2*, .pnp.*, .pnpm*, .prettier*, .pylintrc, .release-please*.json, .releaserc*, .ruff.toml, .sentry*, .simple-git-hooks*, .stackblitz*, .styleci*, .stylelint*, .tazerc*, .textlint*, .tool-versions, .travis*, .versionrc*, .vscode*, .watchman*, .xo-config*, .yamllint*, .yarnrc*, Procfile, apollo.config.*, appveyor*, azure-pipelines*, biome.json*, bower.json, build.config.*, bun.lockb, bunfig.toml, commitlint*, crowdin*, dangerfile*, dlint.json, dprint.json*, electron-builder.*, eslint*, firebase.json, grunt*, gulp*, jenkins*, knip.*, lerna*, lint-staged*, nest-cli.*, netlify*, nodemon*, npm-shrinkwrap.json, nx.*, package-lock.json, package.nls*.json, phpcs.xml, pm2.*, pnpm*, prettier*, pullapprove*, pyrightconfig.json, release-please*.json, release-tasks.sh, release.config.*, renovate*, rollup.config.*, rspack*, ruff.toml, simple-git-hooks*, sonar-project.properties, stylelint*, tslint*, tsup.config.*, turbo*, typedoc*, unlighthouse*, vercel*, vetur.config.*, webpack*, workspace.json, wrangler.toml, xo.config.*, yarn*, define.config.*, .gitignore, .nuxtignore", | |
| "pubspec.yaml": ".metadata, .packages, all_lint_rules.yaml, analysis_options.yaml, build.yaml, pubspec.lock, pubspec_overrides.yaml", | |
| "pyproject.toml": ".commitlint*, .dlint.json, .dprint.json*, .editorconfig, .eslint*, .flake8, .flowconfig, .isort.cfg, .jslint*, .lintstagedrc*, .markdownlint*, .pdm-python, .pdm.toml, .prettier*, .pylintrc, .python-version, .ruff.toml, .stylelint*, .textlint*, .xo-config*, .yamllint*, MANIFEST.in, Pipfile, Pipfile.lock, biome.json*, commitlint*, dangerfile*, dlint.json, dprint.json*, eslint*, hatch.toml, lint-staged*, pdm.lock, phpcs.xml, poetry.lock, poetry.toml, prettier*, pyproject.toml, pyrightconfig.json, requirements*.in, requirements*.pip, requirements*.txt, ruff.toml, setup.cfg, setup.py, stylelint*, tox.ini, tslint*, xo.config.*", | |
| "quasar.conf.js": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, capacitor.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, i18n.config.*, ionic.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, panda.config.*, playwright.config.*, postcss.config.*, puppeteer.config.*, quasar.extensions.json, rspack.config.*, sst.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*", | |
| "readme*": "AUTHORS, Authors, BACKERS*, Backers*, CHANGELOG*, CITATION*, CODEOWNERS, CODE_OF_CONDUCT*, CONTRIBUTING*, CONTRIBUTORS, COPYING*, CREDITS, Changelog*, Citation*, Code_Of_Conduct*, Codeowners, Contributing*, Contributors, Copying*, Credits, GOVERNANCE.MD, Governance.md, HISTORY.MD, History.md, LICENSE*, License*, MAINTAINERS, Maintainers, README_*, RELEASE_NOTES*, Readme_*, Release_Notes*, SECURITY.MD, SPONSORS*, Security.md, Sponsors*, authors, backers*, changelog*, citation*, code_of_conduct*, codeowners, contributing*, contributors, copying*, credits, governance.md, history.md, license*, maintainers, readme_*, release_notes*, security.md, sponsors*", | |
| "remix.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, capacitor.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, i18n.config.*, ionic.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, panda.config.*, playwright.config.*, postcss.config.*, puppeteer.config.*, remix.*, rspack.config.*, sst.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*", | |
| "requirements.txt": ".editorconfig, .flake8, .isort.cfg, .python-version, requirements*.in, requirements*.pip, requirements*.txt, tox.ini", | |
| "rush.json": ".browserslist*, .circleci*, .commitlint*, .cz-config.js, .czrc, .dlint.json, .dprint.json*, .editorconfig, .eslint*, .firebase*, .flowconfig, .github*, .gitlab*, .gitmojirc.json, .gitpod*, .huskyrc*, .jslint*, .knip.*, .lintstagedrc*, .markdownlint*, .node-version, .nodemon*, .npm*, .nvmrc, .pm2*, .pnp.*, .pnpm*, .prettier*, .pylintrc, .release-please*.json, .releaserc*, .ruff.toml, .sentry*, .simple-git-hooks*, .stackblitz*, .styleci*, .stylelint*, .tazerc*, .textlint*, .tool-versions, .travis*, .versionrc*, .vscode*, .watchman*, .xo-config*, .yamllint*, .yarnrc*, Procfile, apollo.config.*, appveyor*, azure-pipelines*, biome.json*, bower.json, build.config.*, bun.lockb, bunfig.toml, commitlint*, crowdin*, dangerfile*, dlint.json, dprint.json*, electron-builder.*, eslint*, firebase.json, grunt*, gulp*, jenkins*, knip.*, lerna*, lint-staged*, nest-cli.*, netlify*, nodemon*, npm-shrinkwrap.json, nx.*, package-lock.json, package.nls*.json, phpcs.xml, pm2.*, pnpm*, prettier*, pullapprove*, pyrightconfig.json, release-please*.json, release-tasks.sh, release.config.*, renovate*, rollup.config.*, rspack*, ruff.toml, simple-git-hooks*, sonar-project.properties, stylelint*, tslint*, tsup.config.*, turbo*, typedoc*, unlighthouse*, vercel*, vetur.config.*, webpack*, workspace.json, wrangler.toml, xo.config.*, yarn*", | |
| "setup.cfg": ".editorconfig, .flake8, .isort.cfg, .python-version, MANIFEST.in, requirements*.in, requirements*.pip, requirements*.txt, setup.cfg, tox.ini", | |
| "setup.py": ".editorconfig, .flake8, .isort.cfg, .python-version, MANIFEST.in, requirements*.in, requirements*.pip, requirements*.txt, setup.cfg, setup.py, tox.ini", | |
| "shims.d.ts": "*.d.ts", | |
| "svelte.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, capacitor.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, houdini.config.*, htmlnanorc.*, i18n.config.*, ionic.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, mdsvex.config.js, panda.config.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, sst.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vite.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*", | |
| "vite.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, capacitor.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, i18n.config.*, ionic.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, panda.config.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, sst.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*, vite.*", | |
| "vue.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, capacitor.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, i18n.config.*, ionic.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, panda.config.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, sst.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*" | |
| }, | |
| "explorer.openEditors.minVisible": 6, | |
| "explorer.sortOrder": "type", | |
| "extensions.autoUpdate": "onlyEnabledExtensions", | |
| "extensions.closeExtensionDetailsOnViewChange": true, | |
| "extensions.experimental.issueQuickAccess": true, | |
| "extensions.webWorker": true, | |
| "figma.autocompleteBlocks": true, | |
| "fileNestingUpdater.autoUpdate": false, | |
| "files.associations": { | |
| "*.css": "tailwindcss", | |
| "*.ejs": "html", | |
| "*.layout-template": "vue", | |
| "*.page-template": "vue" | |
| }, | |
| "files.autoSave": "onFocusChange", | |
| "files.exclude": { | |
| "**/.nuxt": true, | |
| "**/.output": true, | |
| "**/build": true, | |
| "**/dist": true, | |
| "**/node_modules": true | |
| }, | |
| "files.insertFinalNewline": true, | |
| "files.simpleDialog.enable": true, | |
| "files.trimFinalNewlines": true, | |
| "files.trimTrailingWhitespace": true, | |
| "git.autoStash": true, | |
| "git.autofetch": true, | |
| "git.confirmSync": false, | |
| "git.decorations.enabled": false, | |
| "git.enableSmartCommit": true, | |
| "git.fetchOnPull": true, | |
| "git.openRepositoryInParentFolders": "always", | |
| "git.postCommitCommand": "push", | |
| "github.codespaces.createCodespaceInNewWindow": true, | |
| "github.copilot.chat.fixTestFailures": true, | |
| "github.copilot.chat.scopeSelection": true, | |
| "github.copilot.editor.enableAutoCompletions": true, | |
| "github.copilot.enable": { | |
| "*": true, | |
| "markdown": true, | |
| "plaintext": true, | |
| "scminput": true | |
| }, | |
| "githubPullRequests.createOnPublishBranch": "never", | |
| "githubPullRequests.pullBranch": "never", | |
| "gotoAlias.closeDts": true, | |
| "html.format.indentHandlebars": true, | |
| "html.format.maxPreserveNewLines": 1, | |
| "http.experimental.systemCertificatesV2": true, | |
| "http.proxyStrictSSL": false, | |
| "i18n-ally.editor.preferEditor": true, | |
| "i18n-ally.extract.autoDetect": true, | |
| "i18n-ally.extract.keygenStyle": "kebab-case", | |
| "i18n-ally.sortKeys": true, | |
| "i18n-ally.translate.fallbackToKey": true, | |
| "iconify.languageIds": ["vue", "svelte", "html", "pug", "json", "yaml"], | |
| "intellicodeApiExamples.loggingLevel": "FATAL", | |
| "intellicodeApiExamples.typescript.enabled": true, | |
| "intellicodeCompletions.language.javascript": true, | |
| "intellicodeCompletions.language.typescript": true, | |
| "javascript.experimental.updateImportsOnPaste": true, | |
| "javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true, | |
| "javascript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true, | |
| "javascript.format.semicolons": "remove", | |
| "javascript.inlayHints.functionLikeReturnTypes.enabled": true, | |
| "javascript.inlayHints.parameterTypes.enabled": true, | |
| "javascript.inlayHints.variableTypes.enabled": true, | |
| "javascript.preferGoToSourceDefinition": true, | |
| "javascript.preferences.importModuleSpecifierEnding": "minimal", | |
| "javascript.preferences.quoteStyle": "single", | |
| "javascript.suggest.names": false, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "js/ts.implicitProjectConfig.checkJs": true, | |
| "js/ts.implicitProjectConfig.target": "ESNext", | |
| "json.schemas": [ | |
| { | |
| "fileMatch": ["manifest.json"], | |
| "url": "https:json.schemastore.org/chrome-manifest.json" | |
| }, | |
| { | |
| "fileMatch": ["/.vscode/settings.json"], | |
| "url": "http://json.schemastore.org/vscode-settings" | |
| }, | |
| { | |
| "fileMatch": ["/.vscode/launch.json"], | |
| "url": "http://json.schemastore.org/vscode-launch" | |
| }, | |
| { | |
| "fileMatch": ["/.vscode/tasks.json"], | |
| "url": "http://json.schemastore.org/vscode-tasks" | |
| }, | |
| { | |
| "fileMatch": [ | |
| ".eslintrc", | |
| ".eslintrc.json", | |
| ".eslintrc.js", | |
| "eslint.config.json" | |
| ], | |
| "url": "http://json.schemastore.org/eslintrc" | |
| }, | |
| { | |
| "fileMatch": [".prettierrc", ".prettierrc.json", "prettier.config.json"], | |
| "url": "http://json.schemastore.org/prettierrc" | |
| }, | |
| { | |
| "fileMatch": ["tsconfig.json", "tsconfig.*.json"], | |
| "url": "http://json.schemastore.org/tsconfig" | |
| }, | |
| { | |
| "fileMatch": [".babelrc", ".babelrc.json", "babel.config.json"], | |
| "url": "http://json.schemastore.org/babelrc" | |
| }, | |
| { | |
| "fileMatch": [".editorconfig"], | |
| "url": "http://json.schemastore.org/editorconfig" | |
| }, | |
| { | |
| "fileMatch": ["package.json"], | |
| "url": "http://json.schemastore.org/package" | |
| }, | |
| { | |
| "fileMatch": [".github/workflows/*.yml"], | |
| "url": "https://json.schemastore.org/github-workflow.json" | |
| }, | |
| { | |
| "fileMatch": ["jest.config.json", "jest.config.js"], | |
| "url": "http://json.schemastore.org/jest" | |
| }, | |
| { | |
| "fileMatch": [ | |
| ".stylelintrc", | |
| ".stylelintrc.json", | |
| "stylelint.config.json" | |
| ], | |
| "url": "http://json.schemastore.org/stylelintrc" | |
| }, | |
| { | |
| "fileMatch": ["bower.json"], | |
| "url": "http://json.schemastore.org/bower" | |
| }, | |
| { | |
| "fileMatch": [".circleci/config.yml"], | |
| "url": "https://json.schemastore.org/circleciconfig" | |
| }, | |
| { | |
| "fileMatch": ["docker-compose.yml"], | |
| "url": "https://json.schemastore.org/composer" | |
| }, | |
| { | |
| "fileMatch": ["gulpfile.json"], | |
| "url": "http://json.schemastore.org/gulpfile" | |
| }, | |
| { | |
| "fileMatch": [".huskyrc", ".huskyrc.json", "husky.config.json"], | |
| "url": "http://json.schemastore.org/huskyrc" | |
| }, | |
| { | |
| "fileMatch": ["karma.conf.js", "karma.conf.json"], | |
| "url": "http://json.schemastore.org/karma" | |
| }, | |
| { | |
| "fileMatch": [".markdownlint.json"], | |
| "url": "http://json.schemastore.org/markdownlint" | |
| }, | |
| { | |
| "fileMatch": ["nodemon.json"], | |
| "url": "http://json.schemastore.org/nodemon" | |
| }, | |
| { | |
| "fileMatch": ["webpack.config.js", "webpack.config.*.js"], | |
| "url": "http://json.schemastore.org/webpack" | |
| }, | |
| { | |
| "fileMatch": ["extensions.json"], | |
| "url": "http://json.schemastore.org/vscode-extensions" | |
| }, | |
| { | |
| "fileMatch": [".yarnrc", ".yarnrc.yml"], | |
| "url": "https://json.schemastore.org/yarnrc" | |
| } | |
| ], | |
| "markdown.editor.pasteUrlAsFormattedLink.enabled": "smart", | |
| "markdown.experimental.updateLinksOnPaste": true, | |
| "markdown.preview.typographer": true, | |
| "markdown.validate.enabled": true, | |
| "material-icon-theme.activeIconPack": "vue", | |
| "material-icon-theme.hidesExplorerArrows": true, | |
| "mediaPreview.video.autoPlay": true, | |
| "merge-conflict.autoNavigateNextConflict.enabled": true, | |
| "notebook.consolidatedRunButton": true, | |
| "notebook.experimental.variablesView": true, | |
| "notebook.formatOnSave.enabled": true, | |
| "npm.packageManager": "pnpm", | |
| "nuxtr.defaultPackageManager": "pnpm", | |
| "nuxtr.openItemsAfterCreation": true, | |
| "nuxtr.piniaFiles.defaultTemplate": "setup", | |
| "nuxtr.vueFiles.firstTag": "script", | |
| "nuxtr.vueFiles.style.alwaysScoped": true, | |
| "nuxtr.vueFiles.style.defaultLanguage": "scss", | |
| "path-intellisense.autoTriggerNextSuggestion": true, | |
| "playwright.reuseBrowser": true, | |
| "prettier.htmlWhitespaceSensitivity": "ignore", | |
| "prettier.jsxSingleQuote": true, | |
| "prettier.semi": false, | |
| "prettier.singleAttributePerLine": true, | |
| "prettier.singleQuote": true, | |
| "prisma.showPrismaDataPlatformNotification": false, | |
| "projectManager.git.baseFolders": ["E:\\"], | |
| "redhat.telemetry.enabled": false, | |
| "remote-explorer.foldersSortOrder": "alphabetical", | |
| "remote.tunnels.alwaysUpdateCLI": true, | |
| "remoteHub.richNavigation.enabled": true, | |
| "rest-client.enableTelemetry": false, | |
| "rest-client.previewResponseInUntitledDocument": true, | |
| "rest-client.previewResponsePanelTakeFocus": false, | |
| "rest-client.requestNameAsResponseTabTitle": true, | |
| "rest-client.timeoutinmilliseconds": 5000, | |
| "scm.alwaysShowActions": true, | |
| "scm.alwaysShowRepositories": true, | |
| "scm.diffDecorations": "none", | |
| "scss.format.maxPreserveNewLines": 1, | |
| "scss.format.spaceAroundSelectorSeparator": true, | |
| "search.decorations.colors": false, | |
| "search.exclude": { | |
| "**/*.{png,jpg,jpeg,gif,webp}": true, | |
| "**/.git": true, | |
| "**/.github": true, | |
| "**/.nuxt": true, | |
| "**/.output": true, | |
| "**/.pnpm": true, | |
| "**/.vscode": true, | |
| "**/.yarn": true, | |
| "**/bower_components": true, | |
| "**/build/**": true, | |
| "**/debug": true, | |
| "**/dist/**": true, | |
| "**/logs": true, | |
| "**/node_modules": true, | |
| "**/out/**": true, | |
| "**/package-lock.json": true, | |
| "**/pnpm-lock.yaml": true, | |
| "**/tmp": true, | |
| "**/yarn.lock": true | |
| }, | |
| "search.searchEditor.reusePriorSearchConfiguration": true, | |
| "search.seedOnFocus": true, | |
| "search.seedWithNearestWord": true, | |
| "search.smartCase": true, | |
| "search.useGlobalIgnoreFiles": true, | |
| "search.useParentIgnoreFiles": true, | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "settingsSync.ignoredSettings": [ | |
| "http.proxySupport", | |
| "http.proxy", | |
| "editor.fontWeight" | |
| ], | |
| "shellformat.effectLanguages": [ | |
| "shellscript", | |
| "dockerfile", | |
| "dotenv", | |
| "hosts", | |
| "jvmoptions", | |
| "ignore", | |
| "gitignore", | |
| "properties", | |
| "spring-boot-properties", | |
| "azcli" | |
| ], | |
| "sortJSON.contextMenu": { | |
| "sortJSONAlphaNum": false, | |
| "sortJSONAlphaNumReverse": false, | |
| "sortJSONKeyLength": false, | |
| "sortJSONKeyLengthReverse": false, | |
| "sortJSONReverse": false, | |
| "sortJSONType": false, | |
| "sortJSONTypeReverse": false, | |
| "sortJSONValuesReverse": false | |
| }, | |
| "sortJSON.excludedFiles": [], | |
| "sqlite.logLevel": "ERROR", | |
| "tailwindCSS.classAttributes": [ | |
| "class", | |
| "className", | |
| "ngClass", | |
| "ui", | |
| "active-class", | |
| "inactive-class" | |
| ], | |
| "tailwindCSS.codeActions": true, | |
| "tailwindCSS.emmetCompletions": true, | |
| "tailwindCSS.experimental.classRegex": [ | |
| "tw`(.*?)`", | |
| "tw\\('(.*?)'\\)", | |
| ["ui:\\s*{([^)]*)\\s*}", "[\"'`]([^\"'`]*).*?[\"'`]"], | |
| ["/\\*ui\\*/\\s*{([^;]*)}", ":\\s*[\"'`]([^\"'`]*).*?[\"'`]"] | |
| ], | |
| "tailwindCSS.includeLanguages": { | |
| "html": "html", | |
| "javascript": "javascript", | |
| "javascriptreact": "javascript", | |
| "typescript": "javascript", | |
| "typescriptreact": "javascript", | |
| "vue": "html" | |
| }, | |
| "tailwindCSS.lint.recommendedVariantOrder": "error", | |
| "tailwindCSS.suggestions": true, | |
| "telemetry.telemetryLevel": "off", | |
| "template-string-converter.addBracketsToProps": true, | |
| "template-string-converter.autoRemoveTemplateString": true, | |
| "template-string-converter.convertOutermostQuotes": true, | |
| "terminal.integrated.cursorBlinking": true, | |
| "terminal.integrated.cursorStyle": "line", | |
| "terminal.integrated.defaultProfile.windows": "PowerShell", | |
| "terminal.integrated.stickyScroll.enabled": false, | |
| "terminal.integrated.suggest.enabled": true, | |
| "terminal.integrated.tabs.enableAnimation": false, | |
| "testing.autoRun.mode": "rerun", | |
| "thunder-client.previewFeatures": true, | |
| "todo-tree.filtering.ignoreGitSubmodules": true, | |
| "todo-tree.filtering.useBuiltInExcludes": "file and search excludes", | |
| "todo-tree.general.revealBehaviour": "end of todo", | |
| "todo-tree.general.tags": ["BUG", "HACK", "FIXME", "TODO", "DEBUG"], | |
| "todo-tree.highlights.enabled": false, | |
| "todo-tree.tree.disableCompactFolders": true, | |
| "turboConsoleLog.logMessagePrefix": "TCL", | |
| "turboConsoleLog.quote": "'", | |
| "turboConsoleLog.wrapLogMessage": true, | |
| "typescript.experimental.updateImportsOnPaste": true, | |
| "typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true, | |
| "typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true, | |
| "typescript.format.insertSpaceAfterTypeAssertion": true, | |
| "typescript.format.semicolons": "remove", | |
| "typescript.inlayHints.functionLikeReturnTypes.enabled": true, | |
| "typescript.inlayHints.parameterTypes.enabled": true, | |
| "typescript.inlayHints.variableTypes.enabled": true, | |
| "typescript.preferGoToSourceDefinition": true, | |
| "typescript.preferences.autoImportFileExcludePatterns": ["vue-router"], | |
| "typescript.preferences.importModuleSpecifierEnding": "minimal", | |
| "typescript.preferences.includePackageJsonAutoImports": "on", | |
| "typescript.preferences.preferTypeOnlyAutoImports": true, | |
| "typescript.preferences.quoteStyle": "single", | |
| "typescript.preferences.useAliasesForRenames": true, | |
| "typescript.surveys.enabled": false, | |
| "typescript.tsserver.nodePath": "node", | |
| "typescript.tsserver.useSyntaxServer": "never", | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "unocss.underline": false, | |
| "update.showReleaseNotes": false, | |
| "vite.autoStart": false, | |
| "vite.vitepressAutoRouting": true, | |
| "vitest.enable": true, | |
| "volar.takeOverMode.extension": "vscode.typescript-language-features", | |
| "vscode-edge-devtools.webhintInstallNotification": true, | |
| "vscode-pets.petType": "chicken", | |
| "vscode-pets.throwBallWithMouse": true, | |
| "vscodeGoogleTranslate.HoverTranslations": false, | |
| "vue.codeActions.enabled": true, | |
| "vue.codeLens.enabled": true, | |
| "vue.complete.casing.props": "kebab", | |
| "vue.complete.casing.tags": "pascal", | |
| "vue.inlayHints.inlineHandlerLeading": true, | |
| "vue.inlayHints.missingProps": true, | |
| "vue.inlayHints.vBindShorthand": true, | |
| "vue.splitEditors.icon": true, | |
| "vue.updateImportsOnFileMove.enabled": true, | |
| "where-am-i.colorful": false, | |
| "window.autoDetectColorScheme": true, | |
| "window.commandCenter": false, | |
| "window.confirmBeforeClose": "always", | |
| "window.dialogStyle": "custom", | |
| "window.menuBarVisibility": "compact", | |
| "window.newWindowDimensions": "maximized", | |
| "window.title": "${rootName} > ${activeEditorMedium}", | |
| "window.titleBarStyle": "custom", | |
| "window.zoomPerWindow": false, | |
| "workbench.colorCustomizations": {}, | |
| "workbench.colorTheme": "Minimal Mist", | |
| "workbench.commandPalette.experimental.enableNaturalLanguageSearch": true, | |
| "workbench.commandPalette.experimental.suggestCommands": true, | |
| "workbench.editor.autoLockGroups": { | |
| "default": true | |
| }, | |
| "workbench.editor.closeOnFileDelete": true, | |
| "workbench.editor.decorations.badges": false, | |
| "workbench.editor.decorations.colors": false, | |
| "workbench.editor.enablePreview": false, | |
| "workbench.editor.pinnedTabsOnSeparateRow": false, | |
| "workbench.editor.restoreViewState": false, | |
| "workbench.editor.tabActionCloseVisibility": false, | |
| "workbench.editor.tabActionUnpinVisibility": false, | |
| "workbench.editor.tabCloseButton": "off", | |
| "workbench.editor.tabSizing": "fixed", | |
| "workbench.editor.tabSizingFixedMaxWidth": 240, | |
| "workbench.editor.tabSizingFixedMinWidth": 180, | |
| "workbench.editorAssociations": { | |
| "*.ipynb": "jupyter-notebook" | |
| }, | |
| "workbench.enableExperiments": false, | |
| "workbench.experimental.enableNewProfilesUI": true, | |
| "workbench.experimental.share.enabled": true, | |
| // "workbench.fontAliasing": "antialiased", | |
| "workbench.iconTheme": "catppuccin-latte", | |
| "workbench.layoutControl.enabled": false, | |
| "workbench.list.openMode": "doubleClick", | |
| "workbench.panel.opensMaximized": "never", | |
| "workbench.preferredDarkColorTheme": "Minimal Mist Dark", | |
| "workbench.preferredLightColorTheme": "Minimal Mist", | |
| "workbench.reduceMotion": "on", | |
| "workbench.sideBar.location": "right", | |
| "workbench.statusBar.visible": false, | |
| "workbench.tree.enableStickyScroll": false, | |
| "workbench.tree.expandMode": "singleClick", | |
| "workbench.tree.indent": 22, | |
| "workbench.tree.renderIndentGuides": "none", | |
| "yaml.extension.recommendations": false, | |
| "terminal.integrated.tabs.hideCondition": "never", | |
| "terminal.integrated.tabs.enabled": false, | |
| "errorLens.messageMaxChars": 128, | |
| "gitProjectManager.ignoredFolders": ["node_modules"], | |
| "editor.experimentalWhitespaceRendering": "font", | |
| "terminal.integrated.confirmOnExit": "hasChildProcesses", | |
| "terminal.integrated.fontFamily": "'Monaspace Krypton'", | |
| "terminal.integrated.cursorWidth": 3, | |
| "terminal.integrated.cursorStyleInactive": "none", | |
| "workbench.editor.centeredLayoutFixedWidth": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment