Skip to content

Instantly share code, notes, and snippets.

@brunolimame
Last active February 7, 2024 16:44
Show Gist options
  • Save brunolimame/f180d624fb199ad788080e5095a4226c to your computer and use it in GitHub Desktop.
Save brunolimame/f180d624fb199ad788080e5095a4226c to your computer and use it in GitHub Desktop.
VSCode Settings

Fonts

Plugins

{
"workbench.colorTheme": "Min Dark",
"workbench.iconTheme": "symbols",
"symbols.hidesExplorerArrows": false,
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 12,
"editor.lineHeight": 1.7,
"editor.rulers": [
80,
120
],
"editor.tabSize": 4,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.startupEditor": "newUntitledFile",
"workbench.tree.enableStickyScroll": false,
"editor.renderLineHighlight": "gutter",
"editor.fontLigatures": true,
"git.enableCommitSigning": true,
"git.confirmSync": true,
"workbench.editor.labelFormat": "short",
"explorer.compactFolders": false,
"editor.minimap.enabled": false,
"editor.semanticHighlighting.enabled": false,
"editor.quickSuggestions": {
"other": "on",
"comments": "off",
"strings": "on"
},
"breadcrumbs.enabled": false,
"workbench.activityBar.location": "top",
"editor.inlineSuggest.enabled": true,
"emmet.showSuggestionsAsSnippets": true,
"editor.snippetSuggestions": "top",
"typescript.updateImportsOnFileMove.enabled": "always",
"gitlens.codeLens.recentChange.enabled": false,
"emmet.includeLanguages": {
"twig": "html"
},
"files.associations": {
"*.twig": "twig",
"*.twig.html": "twig",
".env.*": "dotenv",
".prettierrc": "json",
"*.css": "css"
},
"auto-close-tag.activationOnLanguage": [
"twig",
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (EEx)",
"HTML (Eex)",
"plist"
],
"php.format.rules.alignConsecutiveAssignments": true,
"php.format.rules.arrayInitializersAlignKeyValuePairs": true,
"php.format.rules.spaceAfterCast": false,
"terminal.integrated.defaultProfile.windows": "Git Bash",
"namespaceResolver.autoSort": false,
"twig-language-2.tagMerge": true,
"twig-formatter.newLine": false,
"twig-formatter.space": false,
"security.workspace.trust.untrustedFiles": "open",
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"apc.font.family": "Inter",
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-lock*, yarn.lock, .stylelintrc*, package-lock*, .prettierrc*, .gitignore, .gitattributes, .npmrc,",
".env.local": ".env*",
".env": ".env*",
"composer.json": "composer.lock",
"Cargo.toml": "Cargo.lock",
"go.mod": "go.*",
"tailwind.config.*": "tailwind.config*, postcss.config.js",
},
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font",
"terminal.integrated.fontSize": 12,
"symbols.files.associations": {
"*.module.ts": "nest",
"*.guard.ts": "typescript",
"*.spec.ts": "ts-test",
"*.e2e-spec.ts": "ts-test",
"vitest.config.e2e.ts": "vite",
".env.example": "gear"
},
"files.exclude": {
"**\/CVS": true,
"**\/.DS_Store": true,
"**\/.hg": true,
"**\/.svn": true,
"**\/.git": true,
".vscode": true
// "node_modules": true
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[nginx]": {
"editor.defaultFormatter": "raynigon.nginx-formatter"
},
"[twig]": {
"editor.defaultFormatter": "serhatkaya.twig-formatter"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"cSpell.language": "en,pt",
"cSpell.enableFiletypes": [
"!asciidoc",
"!c",
"!cpp",
"!csharp",
"!go",
"!handlebars",
"!haskell",
"!jade",
"!java",
"!latex",
"!php",
"!pug",
"!python",
"!restructuredtext",
"!rust",
"!scala",
"!scss"
],
"cSpell.userWords": [
"bootcamp",
"chakra",
"checkin",
"checkins",
"clsx",
"Codegen",
"datadog",
"Datetime",
"dayjs",
"Dotenv",
"Elysia",
"esbuild",
"fastify",
"Fastify",
"feedbackwidget",
"ffprobe",
"Hasher",
"Hono",
"ilike",
"IUGU",
"jamjuree",
"jupiter",
"liveblocks",
"LIVEBLOCKS",
"Marguerita",
"middlewares",
"mixpanel",
"monaco",
"nestjs",
"omni",
"Omni",
"Onboarded",
"pallas",
"postgres",
"postgresql",
"prefetch",
"reactflow",
"roboto",
"rocketseat",
"rotion",
"rsxp",
"Sandpack",
"shiki",
"skylab",
"sqlite",
"supergraph",
"svgr",
"sympla",
"tailwindcss",
"textblock",
"tiptap",
"trpc",
"TRPC",
"tsup",
"unfollow",
"Unfollow",
"unform",
"Unform",
"unmark",
"upsert",
"Usuario",
"WEBPUSH"
],
"php.executables": {
"v8.1.2": "php"
},
"php.version": "v8.1.2",
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"plaintext": "html"
},
"tailwindCSS.experimental.classRegex": [
[
"tv\\(([^)]*)\\)",
"[\"'`]([^\"'`]*).*?[\"'`]"
]
],
"tailwindCSS.suggestions": true,
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": false,
"scminput": false
},
"php.validate.executablePath": "D:/wamp64/bin/php/php8.2.6/php.exe",
"php.executablePath": "D:/wamp64/bin/php/php8.2.6/php.exe",
"emmet.includeLanguages": {
"twig": "html"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment