Skip to content

Instantly share code, notes, and snippets.

@Murugan-sfdc
Forked from mrmartineau/settings.json
Created November 30, 2024 14:24
Show Gist options
  • Select an option

  • Save Murugan-sfdc/7dc28c3956f39d6acef6e0c43bca2f8c to your computer and use it in GitHub Desktop.

Select an option

Save Murugan-sfdc/7dc28c3956f39d6acef6e0c43bca2f8c to your computer and use it in GitHub Desktop.
vscode settings.json
{
"[handlebars]": {
"editor.formatOnSave": false
},
"[markdown]": {
"editor.quickSuggestions": {
"comments": "off",
"other": "off",
"strings": "off"
}
},
"auto-rename-tag.activationOnLanguage": ["*"],
"blockman.n01LineHeight": 0,
"breadcrumbs.enabled": true,
"city-lights-icons-vsc.hidesExplorerArrows": true,
"color-highlight.matchWords": true,
"css.validate": true,
"diffEditor.diffAlgorithm": "experimental",
"diffEditor.ignoreTrimWhitespace": false,
"diffEditor.wordWrap": "off",
"editor.acceptSuggestionOnEnter": "smart",
"editor.accessibilitySupport": "off",
"editor.autoIndent": "full",
"editor.bracketPairColorization.enabled": true,
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.removeUnusedImports": true
},
"editor.codeLensFontFamily": "\"JetBrains Mono\"",
"editor.codeLensFontSize": 10,
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorStyle": "block",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.foldingStrategy": "indentation",
"editor.fontFamily": "\"Comic Code\", \"JetBrains Mono\", \"SF Mono\", \"IBMPlexMono\", \"Fira Code\", \"Dank Mono\", monospace",
"editor.fontLigatures": false,
"editor.fontSize": 14,
"editor.fontWeight": 500,
"editor.formatOnSave": true,
"editor.gotoLocation.multipleDeclarations": "goto",
"editor.gotoLocation.multipleDefinitions": "goto",
"editor.gotoLocation.multipleImplementations": "goto",
"editor.gotoLocation.multipleReferences": "goto",
"editor.gotoLocation.multipleTypeDefinitions": "gotoAndPeek",
"editor.guides.bracketPairs": false,
"editor.guides.indentation": false,
"editor.hideCursorInOverviewRuler": true,
"editor.inlayHints.enabled": false,
"editor.inlineSuggest.enabled": true,
"editor.insertSpaces": true,
"editor.lineHeight": 23,
"editor.linkedEditing": true,
"editor.minimap.maxColumn": 80,
"editor.minimap.renderCharacters": false,
"editor.minimap.showSlider": "always",
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderControlCharacters": true,
"editor.renderLineHighlight": "all",
"editor.renderWhitespace": "all",
"editor.rulers": [80],
"editor.scrollBeyondLastLine": false,
"editor.showFoldingControls": "always",
"editor.snippetSuggestions": "top",
"editor.stickyScroll.enabled": true,
"editor.suggest.localityBonus": true,
"editor.suggest.preview": true,
"editor.suggest.showStatusBar": true,
"editor.suggestSelection": "recentlyUsedByPrefix",
"editor.tabCompletion": "on",
"editor.tabSize": 2,
"editor.unfoldOnClickAfterEndOfLine": true,
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?",
"editor.wordWrap": "off",
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"jsx-sublime-babel-tags": "javascriptreact",
"tsx": "typescriptreact"
},
"emmet.showAbbreviationSuggestions": true,
"emmet.showSuggestionsAsSnippets": true,
"errorLens.enabledDiagnosticLevels": ["warning", "info", "hint"],
"errorLens.messageTemplate": "($source) $message",
"errorLens.removeLinebreaks": false,
"esQuotes.defaultQuote": "'",
"eslint.alwaysShowStatus": true,
"eslint.lintTask.enable": true,
"eslint.packageManager": "yarn",
"eslint.run": "onSave",
"explorer.confirmDelete": 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",
"*.c": "$(capture).h",
"*.cc": "$(capture).hpp, $(capture).h, $(capture).hxx",
"*.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",
"*.cshtml": "$(capture).cshtml.cs",
"*.csproj": "*.config, *proj.user, appsettings.*, bundleconfig.json",
"*.css": "$(capture).css.map, $(capture).*.css",
"*.cxx": "$(capture).hpp, $(capture).h, $(capture).hxx",
"*.dart": "$(capture).freezed.dart, $(capture).g.dart",
"*.ex": "$(capture).html.eex, $(capture).html.heex, $(capture).html.leex",
"*.java": "$(capture).class",
"*.js": "$(capture).js.map, $(capture).*.js, $(capture)_*.js",
"*.jsx": "$(capture).js, $(capture).*.jsx, $(capture)_*.js, $(capture)_*.jsx",
"*.master": "$(capture).*.cs, $(capture).*.vb",
"*.module.ts": "$(capture).resolver.ts, $(capture).controller.ts, $(capture).service.ts",
"*.pubxml": "$(capture).pubxml.user",
"*.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).*.ts, $(capture)_*.js, $(capture)_*.ts",
"*.tsx": "$(capture).ts, $(capture).*.tsx, $(capture)_*.ts, $(capture)_*.tsx",
"*.vbproj": "*.config, *proj.user, appsettings.*, bundleconfig.json",
"*.vue": "$(capture).*.ts, $(capture).*.js",
"*.xaml": "$(capture).xaml.cs",
".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 6/27/2022, 11:48:41 AM",
"BUILD.bazel": "*.bzl, *.bazel, *.bazelrc, bazel.rc, .bazelignore, .bazelproject, WORKSPACE",
"CMakeLists.txt": "*.cmake, *.cmake.in, .cmake-format.yaml, CMakePresets.json",
"artisan": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, cssnano.config.*, cypress.json, env.d.ts, formkit.config.*, formulate.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.*",
"astro.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, cssnano.config.*, cypress.json, env.d.ts, formkit.config.*, formulate.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.*",
"cargo.toml": ".clippy.toml, .rustfmt.toml, cargo.lock, clippy.toml, cross.toml, rust-toolchain.toml, rustfmt.toml",
"composer.json": ".php*.cache, composer.lock, phpunit.xml*, psalm*.xml",
"default.nix": "shell.nix",
"deno.json*": "*.env, .env.*, .envrc, api-extractor.json, env.d.ts, import-map.json, import_map.json, jsconfig.*, tsconfig.*, tsdoc.*",
"dockerfile": ".dockerignore, docker-compose.*, dockerfile*",
"flake.nix": "flake.lock",
"gatsby-config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, cssnano.config.*, cypress.json, env.d.ts, formkit.config.*, formulate.config.*, gatsby-browser.*, gatsby-node.*, gatsby-ssr.*, gatsby-transformer.*, 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.*",
"gemfile": ".ruby-version, gemfile.lock",
"go.mod": ".air*, go.sum",
"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.*, cssnano.config.*, cypress.json, env.d.ts, formkit.config.*, formulate.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.*",
"nuxt.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, cssnano.config.*, cypress.json, env.d.ts, formkit.config.*, formulate.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.*",
"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.json, dangerfile*, dprint.json, firebase.json, grunt*, gulp*, 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*, vercel*, vetur.config.*, vitest.config.*, webpack*, workspace.json, xo.config.*, yarn*",
"pubspec.yaml": ".metadata, .packages, all_lint_rules.yaml, analysis_options.yaml, build.yaml, pubspec.lock",
"pyproject.toml": ".pdm.toml, pdm.lock, pyproject.toml",
"quasar.conf.js": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, cssnano.config.*, cypress.json, env.d.ts, formkit.config.*, formulate.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.*",
"readme*": "authors, backers.md, changelog*, citation*, code_of_conduct.md, codeowners, contributing.md, contributors, copying, credits, governance.md, history.md, license*, maintainers, readme*, security.md, sponsors.md",
"remix.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, cssnano.config.*, cypress.json, env.d.ts, formkit.config.*, formulate.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.*",
"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.json, dangerfile*, dprint.json, firebase.json, grunt*, gulp*, 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*, vercel*, vetur.config.*, vitest.config.*, webpack*, workspace.json, xo.config.*, yarn*",
"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.*, cssnano.config.*, cypress.json, env.d.ts, formkit.config.*, formulate.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.*",
"vite.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, cssnano.config.*, cypress.json, env.d.ts, formkit.config.*, formulate.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.*",
"vue.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, cssnano.config.*, cypress.json, env.d.ts, formkit.config.*, formulate.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.*"
},
"extensions.autoUpdate": true,
"extensions.ignoreRecommendations": true,
"files.associations": {
"*.atml": "html",
"*.fish": "powershell",
"*.js": "javascript",
"*.mdx": "markdown",
".babelrc": "json",
".huskyrc": "json"
},
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 6000,
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/__MACOSX": true
},
"files.simpleDialog.enable": true,
"files.trimTrailingWhitespace": true,
"git.allowForcePush": true,
"git.allowNoVerifyCommit": true,
"git.autofetch": true,
"git.confirmSync": false,
"git.fetchOnPull": true,
"git.inputValidationSubjectLength": 72,
"git.mergeEditor": true,
"git.suggestSmartCommit": false,
"github.copilot.enable": {
"*": true,
"markdown": true,
"plaintext": true,
"yaml": true
},
"github.copilot.inlineSuggest.enable": true,
"githubPullRequests.fileListLayout": "flat",
"githubPullRequests.pullBranch": "never",
"gitlens.advanced.messages": {
"suppressFileNotUnderSourceControlWarning": true,
"suppressGitMissingWarning": true
},
"gitlens.blame.avatars": false,
"gitlens.blame.ignoreWhitespace": true,
"gitlens.codeLens.authors.enabled": false,
"gitlens.codeLens.enabled": false,
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.codeLens.scopes": ["document", "containers", "blocks"],
"gitlens.hovers.annotations.changes": false,
"gitlens.hovers.annotations.enabled": false,
"gitlens.keymap": "alternate",
"gitlens.views.repositories.avatars": false,
"gitlens.views.repositories.files.layout": "list",
"html-css-class-completion.enableEmmetSupport": true,
"incrementor.enums": [
["false", "true"],
["let", "const"],
["flex", "inline-flex", "block", "inline-block", "inline", "none"]
],
"javascript.inlayHints.enumMemberValues.enabled": true,
"javascript.inlayHints.functionLikeReturnTypes.enabled": true,
"javascript.inlayHints.parameterNames.enabled": "all",
"javascript.inlayHints.parameterTypes.enabled": true,
"javascript.inlayHints.propertyDeclarationTypes.enabled": true,
"javascript.inlayHints.variableTypes.enabled": true,
"javascript.preferences.importModuleSpecifier": "relative",
"javascript.preferences.importModuleSpecifierEnding": "minimal",
"javascript.preferences.quoteStyle": "single",
"javascript.referencesCodeLens.enabled": true,
"javascript.referencesCodeLens.showOnAllFunctions": true,
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"jest.autoRun": "off",
"jest.enableSnapshotPreviews": false,
"js/ts.implicitProjectConfig.experimentalDecorators": true,
"keyboard.touchbar.enabled": true,
"liveshare.featureSet": "stable",
"liveshare.showInStatusBar": "whileCollaborating",
"markdown.extension.syntax.plainTheme": true,
"markdown.preview.fontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif",
"markdown.validate.enabled": true,
"merge-conflict.autoNavigateNextConflict.enabled": true,
"merge-conflict.diffViewPosition": "Below",
"mergeEditor.diffAlgorithm": "experimental",
"php.suggest.basic": false,
"php.validate.enable": false,
"prettier.semi": false,
"prettier.singleQuote": true,
"problems.defaultViewMode": "table",
"projectManager.git.baseFolders": [],
"projectManager.groupList": true,
"projectManager.sortList": "Recent",
"redhat.telemetry.enabled": false,
"references.preferredLocation": "view",
"scss.validate": false,
"search.collapseResults": "auto",
"search.followSymlinks": false,
"search.quickOpen.includeSymbols": false,
"search.showLineNumbers": true,
"search.smartCase": true,
"security.workspace.trust.enabled": false,
"surround.custom": {
"console-log": {
"description": "console.log( ... )",
"disabled": false,
"label": "console.log",
"languageIds": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"snippet": "console.log(`$TM_SELECTED_TEXT`, $TM_SELECTED_TEXT)"
},
"describe": {
"description": "describe('${1:name}', () => { ... })",
"disabled": false,
"label": "describe",
"languageIds": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"snippet": "describe('${1:name}', () => {\n\t$TM_SELECTED_TEXT\n})$0"
},
"errorBoundary": {
"description": "<ErrorBoundary>",
"disabled": false,
"label": "errorBoundary",
"languageIds": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"snippet": "<ErrorBoundary>$TM_SELECTED_TEXT</ErrorBoundary>"
},
"es6StringSubstition": {
"description": "${...}",
"disabled": false,
"label": "es6StringSubstition",
"languageIds": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"snippet": "${$TM_SELECTED_TEXT}"
},
"function": {
"description": "$( ... )",
"disabled": false,
"label": "function",
"languageIds": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"snippet": "$1($TM_SELECTED_TEXT)$0"
},
"jsxConditional": {
"description": "{x && ( ... )}",
"disabled": false,
"label": "jsxConditional",
"languageIds": ["javascriptreact", "typescriptreact"],
"snippet": "{$0 && ($TM_SELECTED_TEXT)}"
},
"jsxConditional2": {
"description": "{x ? ( ... ) : null}",
"disabled": false,
"label": "better jsxConditional",
"languageIds": ["javascriptreact", "typescriptreact"],
"snippet": "{$0 ? ($TM_SELECTED_TEXT) : null}"
},
"markdown-link": {
"description": "[]( ... )",
"disabled": false,
"label": "Markdown link [url]",
"snippet": "[$0]($TM_SELECTED_TEXT)"
},
"markdown-link-alt": {
"description": "[ ... ]()",
"disabled": false,
"label": "Markdown link [text]",
"snippet": "[$TM_SELECTED_TEXT]($0)"
},
"number": {
"description": "Number( ... )",
"disabled": false,
"label": "Number",
"languageIds": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"snippet": "Number($TM_SELECTED_TEXT)"
},
"parse": {
"description": "JSON.parse( ... )",
"disabled": false,
"label": "JSON.parse",
"languageIds": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"snippet": "JSON.parse($TM_SELECTED_TEXT)$0"
},
"reactFragment": {
"description": "<Fragment>",
"disabled": false,
"label": "fragment",
"languageIds": ["javascriptreact", "typescriptreact"],
"snippet": "<Fragment>$TM_SELECTED_TEXT</Fragment>"
},
"reactFragment2": {
"description": "<>",
"disabled": false,
"label": "fragment (simple)",
"languageIds": ["javascriptreact", "typescriptreact"],
"snippet": "<>$TM_SELECTED_TEXT</>"
},
"reactUseMemo": {
"description": "useMemo",
"disabled": false,
"label": "useMemo",
"languageIds": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"snippet": "useMemo(() => $TM_SELECTED_TEXT, [])"
},
"stringify": {
"description": "JSON.stringify( ... )",
"disabled": false,
"label": "JSON.stringify",
"languageIds": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"snippet": "JSON.stringify($TM_SELECTED_TEXT)$0"
},
"suspense": {
"description": "<Suspense>",
"disabled": false,
"label": "suspense",
"languageIds": ["javascriptreact", "typescriptreact"],
"snippet": "<Suspense fallback={<Loader />}>$TM_SELECTED_TEXT</Suspense>"
},
"svelteIf": {
"description": "{#if}{/if}",
"disabled": false,
"label": "{#if}",
"languageIds": ["svelte"],
"snippet": "{#if $1}$TM_SELECTED_TEXT{/if}"
},
"svelteIfElse": {
"description": "{#if}{:else}{/if}",
"disabled": false,
"label": "{#if}{:else}",
"languageIds": ["svelte"],
"snippet": "{#if $1}$TM_SELECTED_TEXT{:else}$2{/if}"
},
"themeUiBox": {
"description": "<Box>",
"disabled": false,
"label": "box",
"languageIds": ["javascriptreact", "typescriptreact"],
"snippet": "<Box>$TM_SELECTED_TEXT</Box>"
},
"themeUiContainer": {
"description": "<Container>",
"disabled": false,
"label": "container",
"languageIds": ["javascriptreact", "typescriptreact"],
"snippet": "<Container>$TM_SELECTED_TEXT</Container>"
},
"themeUiFlex": {
"description": "<Flex>",
"disabled": false,
"label": "flex",
"languageIds": ["javascriptreact", "typescriptreact"],
"snippet": "<Flex>$TM_SELECTED_TEXT</Flex>"
},
"themeUiGrid": {
"description": "<Grid>",
"disabled": false,
"label": "grid",
"languageIds": ["javascriptreact", "typescriptreact"],
"snippet": "<Grid>$TM_SELECTED_TEXT</Grid>"
}
},
"svelte.enable-ts-plugin": true,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.enableBell": true,
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"terminal.integrated.lineHeight": 1.2,
"terminal.integrated.macOptionClickForcesSelection": true,
"terminal.integrated.minimumContrastRatio": 3,
"terminal.integrated.scrollback": 8000,
"turboConsoleLog.includeFileNameAndLineNum": false,
"turboConsoleLog.quote": "`",
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.implementationsCodeLens.enabled": true,
"typescript.inlayHints.enumMemberValues.enabled": true,
"typescript.inlayHints.functionLikeReturnTypes.enabled": true,
"typescript.inlayHints.parameterNames.enabled": "literals",
"typescript.inlayHints.parameterTypes.enabled": true,
"typescript.inlayHints.propertyDeclarationTypes.enabled": true,
"typescript.inlayHints.variableTypes.enabled": true,
"typescript.locale": "en",
"typescript.preferences.importModuleSpecifierEnding": "minimal",
"typescript.preferences.quoteStyle": "single",
"typescript.referencesCodeLens.enabled": true,
"typescript.referencesCodeLens.showOnAllFunctions": true,
"typescript.suggest.completeFunctionCalls": true,
"typescript.tsdk": "/usr/local/lib/node_modules/typescript/lib",
"typescript.tsserver.log": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsintellicode.features.python.deepLearning": "disabled",
"vsintellicode.java.completionsEnabled": false,
"vsintellicode.python.completionsEnabled": false,
"vsintellicode.sql.completionsEnabled": false,
"window.autoDetectColorScheme": true,
"window.commandCenter": true,
"window.nativeTabs": true,
"window.newWindowDimensions": "maximized",
"window.restoreFullscreen": true,
"window.restoreWindows": "all",
"window.title": "${rootName}",
"workbench.colorCustomizations": {
"[poimandres]": {
"editorGroup.border": "#404350",
"panel.border": "#404350",
"sideBar.border": "#404350",
"terminalCommandDecoration.defaultBackground": "#767c9d",
"terminalCommandDecoration.errorBackground": "#d0679d",
"terminalCommandDecoration.successBackground": "#5DE4c7"
}
},
"workbench.colorTheme": "poimandres",
"workbench.commandPalette.preserveInput": true,
"workbench.editor.closeOnFileDelete": true,
"workbench.editor.decorations.badges": true,
"workbench.editor.decorations.colors": true,
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.limit.enabled": true,
"workbench.editor.limit.value": 20,
"workbench.editor.revealIfOpen": true,
"workbench.editor.tabCloseButton": "left",
"workbench.editor.wrapTabs": true,
"workbench.fontAliasing": "antialiased",
"workbench.iconTheme": "file-icons",
"workbench.layoutControl.enabled": true,
"workbench.list.horizontalScrolling": true,
"workbench.list.keyboardNavigation": "filter",
"workbench.preferredDarkColorTheme": "poimandres",
"workbench.preferredHighContrastColorTheme": "GitHub Light",
"workbench.preferredLightColorTheme": "GitHub Light",
"workbench.productIconTheme": "icons-carbon",
"workbench.settings.openDefaultSettings": true,
"workbench.sideBar.location": "right",
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.visible": true,
"workbench.view.alwaysShowHeaderActions": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment