Skip to content

Instantly share code, notes, and snippets.

@Gustavo-Murdiga88
Last active April 4, 2024 01:14
Show Gist options
  • Save Gustavo-Murdiga88/cbf1c6215abd557e3f5987295498330e to your computer and use it in GitHub Desktop.
Save Gustavo-Murdiga88/cbf1c6215abd557e3f5987295498330e to your computer and use it in GitHub Desktop.
settigns
{
"editor.tabSize": 2,
"editor.stickyScroll.enabled": false,
"window.zoomLevel": 0,
"workbench.tree.enableStickyScroll": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"symbols.hidesExplorerArrows": false,
"symbols.files.associations": {
"*.controller.ts": "nest",
"*.guard.ts": "nest",
"*.module.ts": "nest",
"*.e2e.ts": "vite",
"*.e2e-spec.ts": "ts-test",
"vitest.e2e.config.ts": "vite",
"vitest.e2e.config.mjs": "vite",
"vitest.e2e.config.js": "vite",
"test-setup.ts": "vite",
".env.example": "gear"
},
"eslint.format.enable": true,
"editor.formatOnSave": true,
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.selectionHighlight": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": "off"
},
"eslint.options": {
"extensions": [
".js",
".jsx",
".md",
".mdx",
".ts",
".tsx"
]
},
"eslint.validate": [
"markdown",
"mdx",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"javascript.updateImportsOnFileMove.enabled": "always",
"cSpell.language": "en,pt,pt_BR",
"cSpell.showAutocompleteSuggestions": true,
"css.lint.validProperties": [
"composes"
],
"css.lint.unknownAtRules": "ignore",
"scss.lint.validProperties": [
"composes"
],
"scss.lint.unknownAtRules": "ignore",
"editor.fontSize": 14,
"editor.fontFamily": "JetBrains Mono",
"editor.fontWeight": "800",
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font",
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontWeight": "800",
"debug.console.fontFamily": "JetBrainsMono Nerd Font",
"debug.console.fontSize": 14,
"debug.console.historySuggestions": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"explorer.compactFolders": false,
"terminal.integrated.defaultProfile.windows": "Ubuntu-22.04 (WSL)",
"terminal.integrated.defaultProfile.linux": "zsh",
"editor.accessibilitySupport": "off",
"workbench.iconTheme": "symbols",
"workbench.productIconTheme": "fluent-icons",
"cSpell.userWords": [
"actualy",
"aeonik",
"codeium",
"dayjs",
"dbaeumer",
"deleter",
"Deleter",
"descricao",
"encrypter",
"Encrypter",
"esbenp",
"Fastify",
"hookform",
"lottie",
"Murdiga",
"nativewind",
"nunito",
"orcamenteiro",
"Orçamenteiro",
"pokemon",
"pokemons",
"Scoller",
"Screpper",
"scroller",
"Scroller",
"scrollex",
"signin",
"signup",
"singin",
"singout",
"sonner",
"supabase",
"tabnine",
"tailwindcss",
"usecase",
"vscodesnap",
"zustand"
],
"files.associations": {
".env.*": "dotenv",
".prettierrc": "json",
"*.css": "css"
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": true,
"explorer.fileNesting.patterns": {
"package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*, package-lock*, .prettierrc*",
"tailwind.config.ts": "tailwind.config*, postcss.config*",
"tailwind.config.js": "tailwind.config*, postcss.config*",
".env.local": ".env*",
".env": ".env*",
"next.config.js": "next*",
"Dockerfile": ".dockerignore"
},
"tailwindCSS.classAttributes": [
"wrapperClassName",
"class",
"className"
],
"console-ninja.featureSet": "Community",
"codeium.enableConfig": {
"*": true,
"prisma": true
},
"workbench.colorTheme": "Rosé Pine Moon (no italics)",
"settingsSync.ignoredExtensions": [
"ms-vscode-remote.remote-wsl",
"ms-python.vscode-pylance",
"ms-python.python",
"ms-python.debugpy",
"deerawan.vscode-faker",
"vue.volar",
"dart-code.dart-code",
"dart-code.flutter",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"wallabyjs.console-ninja",
"bradlc.vscode-tailwindcss",
"ms-azuretools.vscode-docker"
],
"remote.autoForwardPortsSource": "hybrid",
"application.shellEnvironmentResolutionTimeout": 15,
"vscodesnap.containerBackground": "linear-gradient(to right, rgb(134, 239, 172), rgb(59, 130, 246), rgb(147, 51, 234))",
"vscodesnap.backgroundPalette": "custom",
"vscodesnap.boxShadow": "none",
"vscodesnap.windowControlStyle": "Gray dots",
"vscodesnap.showWindowTitle": true,
"vscodesnap.windowTitleCustomStyle": "VSCodeSnap",
"vscodesnap.trimEmptyLines": true,
"vs-kubernetes": {
"vscode-kubernetes.helm-path-linux": "/home/gustavo/.local/state/vs-kubernetes/tools/helm/linux-amd64/helm",
"vscode-kubernetes.kubectl-path-linux": "/home/gustavo/.local/state/vs-kubernetes/tools/kubectl/kubectl",
"vscode-kubernetes.minikube-path-linux": "/home/gustavo/.local/state/vs-kubernetes/tools/minikube/linux-amd64/minikube"
},
"terminal.integrated.env.linux": {},
// on only using Astro
// "typescript.inlayHints.parameterNames.enabled": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment