Coder Social home page Coder Social logo

vscode-settings's Introduction

{
	"emmet.syntaxProfiles": {
		"javascript": "jsx"
	},
	"workbench.startupEditor": "newUntitledFile",
	"editor.fontSize": 16,
	"javascript.suggest.autoImports": true,
	"javascript.updateImportsOnFileMove.enabled": "always",
	"editor.rulers": [
		80,
		120
	],
	"extensions.ignoreRecommendations": true,
	"typescript.tsserver.log": "off",
	"files.associations": {
		".sequelizerc": "javascript",
		".stylelintrc": "json",
		"*.tsx": "typescriptreact",
		".env.*": "dotenv",
		".prettierrc": "json"
	},
	"screencastMode.onlyKeyboardShortcuts": true,
	"cSpell.userWords": [
		"chakra",
		"IUGU",
		"middlewares",
		"mixpanel",
		"Onboarded",
		"prefetch",
		"rocketseat",
		"upsert"
	],
	"editor.parameterHints.enabled": false,
	"editor.renderLineHighlight": "gutter",
	"cSpell.language": "en",
	"editor.lineHeight": 26,
	"material-icon-theme.languages.associations": {
		"dotenv": "tune"
	},
	"typescript.updateImportsOnFileMove.enabled": "never",
	"material-icon-theme.files.associations": {
		"tsconfig.json": "tune",
		"*.webpack.js": "webpack",
		"*.proto": "3d",
		"ormconfig.json": "database"
	},
	"material-icon-theme.activeIconPack": "nest",
	"editor.suggestSelection": "first",
	"explorer.confirmDelete": false,
	"gitlens.codeLens.recentChange.enabled": false,
	"terminal.integrated.showExitAlert": false,
	"[prisma]": {
		"editor.formatOnSave": true
	},
	"typescript.suggest.autoImports": true,
	"terminal.integrated.env.osx": {
		"FIG_NEW_SESSION": "1"
	},
	"workbench.editor.labelFormat": "short",
	"editor.fontLigatures": true,
	"emmet.includeLanguages": {
		"javascript": "javascriptreact"
	},
	"liveshare.featureSet": "insiders",
	"material-icon-theme.folders.associations": {
		"adapters": "contract",
		"grpc": "pipe",
		"kube": "kubernetes",
		"main": "lib",
		"websockets": "pipe",
		"implementations": "core",
		"protos": "pipe",
		"entities": "class",
		"kafka": "pipe",
		"use-cases": "functions",
		"migrations": "tools",
		"schemas": "class",
		"useCases": "functions",
		"eslint-config": "tools",
		"typeorm": "database",
		"_shared": "shared",
		"mappers": "meta",
		"fakes": "mock",
		"modules": "components",
		"subscribers": "messages",
		"domain": "class",
		"protocols": "contract",
		"infra": "app",
		"view-models": "views",
		"presentation": "template",
		"dtos": "typescript",
		"http": "container",
		"providers": "include",
		"factories": "class",
		"repositories": "mappings"
	},
	"cSpell.enableFiletypes": [
		"!asciidoc",
		"!c",
		"!cpp",
		"!csharp",
		"!go",
		"!handlebars",
		"!haskell",
		"!jade",
		"!java",
		"!latex",
		"!php",
		"!pug",
		"!python",
		"!restructuredtext",
		"!rust",
		"!scala",
		"!scss"
	],
	"editor.acceptSuggestionOnCommitCharacter": false,
	"explorer.compactFolders": false,
	"git.enableSmartCommit": true,
	"editor.accessibilitySupport": "off",
	"explorer.confirmDragAndDrop": false,
	"terminal.integrated.fontSize": 14,
	"editor.codeActionsOnSave": {
		"source.fixAll.eslint": true
		// "source.organizeImports": true
	},
	"editor.semanticHighlighting.enabled": false,
	"breadcrumbs.enabled": true,
	"workbench.productIconTheme": "fluent-icons",
	"editor.fontFamily": "Fira Code",
	"gitlens.codeLens.authors.enabled": false,
	"editor.tabSize": 2,
	"security.workspace.trust.untrustedFiles": "newWindow",
	"files.exclude": {
		"**/CVS": true,
		"**/.DS_Store": true,
		"**/.hg": true,
		"**/.svn": true,
		"**/.git": true
	},
	"tabnine.experimentalAutoImports": true,
	"gitlens.codeLens.enabled": false,
	"workbench.iconTheme": "material-icon-theme",
	"workbench.colorTheme": "Aura Dark (Soft Text)",
	"[typescript]": {
		"editor.defaultFormatter": "vscode.typescript-language-features"
	},
	"git.autofetch": true,
	"git.confirmSync": false,
	"bracket-pair-colorizer-2.depreciation-notice": false,
	"[typescriptreact]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"diffEditor.ignoreTrimWhitespace": false,
	"html.format.wrapAttributesIndentSize": 80,
	"html.format.wrapLineLength": 80,
	"editor.wordWrap": "on",
	"diffEditor.wordWrap": "on",
	"editor.formatOnSave": true,
	"prettier.useTabs": true,
	"terminal.external.linuxExec": "zsh",
	"terminal.integrated.defaultProfile.linux": "zsh",
	"terminal.integrated.automationProfile.windows": {},
	"editor.autoIndent": "brackets",
	"vsicons.dontShowNewVersionMessage": true,
	"terminal.integrated.enableMultiLinePasteWarning": false,
	"[dart]": {
		"editor.formatOnSave": true,
		"editor.formatOnType": true,
		"editor.rulers": [
			80
		],
		"editor.selectionHighlight": false,
		"editor.suggest.snippetsPreventQuickSuggestions": false,
		"editor.suggestSelection": "first",
		"editor.tabCompletion": "onlySnippets",
		"editor.wordBasedSuggestions": false
	},
	"dart.openDevTools": "flutter",
	"dart.previewFlutterUiGuides": true,
	"git.ignoreRebaseWarning": true,
	"glassit.alpha": 0,
	"glassit.step": 0
}

vscode-settings's People

Contributors

matheusfontenele avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.