Skip to content

Instantly share code, notes, and snippets.

@edilsonmatola
Last active April 23, 2024 06:28
Show Gist options
  • Save edilsonmatola/797fc816578cb4d5da8fdf2a3527a965 to your computer and use it in GitHub Desktop.
Save edilsonmatola/797fc816578cb4d5da8fdf2a3527a965 to your computer and use it in GitHub Desktop.
VSCode Settings
{
"security.workspace.trust.enabled": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"dart.warnWhenEditingFilesOutsideWorkspace": false,
"explorer.fileNesting.enabled": true,
"explorer.sortOrder": "foldersNestsFiles",
"explorer.fileNesting.patterns": {
"package.json": ".eslint*, prettier*, tscomin darknfig*, vite*, pnpm-lock*, bun.lockb, nest*",
"tailwind.config.js": "tailwind.config*, postcss.config*",
".env.local": ".env*",
".env": ".env*"
},
"editor.hideCursorInOverviewRuler": true,
"editor.minimap.enabled": false,
"explorer.confirmDelete": false,
"python.formatting.provider": "autopep8",
"python.showStartPage": false,
"python.pythonPath": "/usr/bin/python3.10",
"[python]": {
"editor.defaultFormatter": "ms-python.python",
"editor.formatOnType": true
},
"update.mode": "start",
"update.showReleaseNotes": false,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"editor.accessibilitySupport": "off",
"explorer.confirmDragAndDrop": false,
"cmake.configureOnOpen": true,
"explorer.compactFolders": false,
"workbench.editor.labelFormat": "short",
"workbench.startupEditor": "newUntitledFile",
"editor.wordWrap": "on",
"files.associations": {
".env.*": "dotenv",
".prettierrc": "json",
"*.css": "css"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"cSpell.enableFiletypes": [
"!dart",
"!asciidoc",
"!c",
"!cpp",
"!csharp",
"!go",
"!handlebars",
"!haskell",
"!jade",
"!java",
"!latex",
"!php",
"!pug",
"!python",
"!restructuredtext",
"!rust",
"!scala",
"!scss"
],
"files.autoSave": "afterDelay",
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"dart.previewFlutterUiGuides": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/.hg": true,
"**/.svn": true,
"**/.git": true,
".vscode": false
},
"cmake.buildBeforeRun": false,
"cmake.autoSelectActiveFolder": false,
"cmake.buildDirectory": "",
"cmake.clearOutputBeforeBuild": false,
"cmake.cmakePath": "",
"cmake.configureOnEdit": false,
"editor.renderWhitespace": "all",
"terminal.integrated.showExitAlert": false,
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"terminal.integrated.fontSize": 14,
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"terminal.integrated.defaultProfile.linux": "fish",
"terminal.integrated.defaultProfile.osx": "fish",
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
}
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[dart]": {
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"editor.fontLigatures": true,
"editor.renderLineHighlight": "gutter",
"editor.lineHeight": 1.8,
"editor.rulers": [
80,
120
],
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.defaultFormatter": "Dart-Code.dart-code"
},
"window.commandCenter": true,
"window.titleBarStyle": "custom",
"dart.debugExternalLibraries": false,
"dart.debugSdkLibraries": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"markdown.preview.breaks": true,
"markdown.suggest.paths.enabled": true,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "todo",
"color": "#FF8C00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "@param",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"editor.formatOnSave": true,
"editor.bracketPairColorization.enabled": true,
"cSpell.language": "en,pt",
"tabnine.experimentalAutoImports": true,
"cSpell.userWords": [
"Inicializando",
"RGBO",
"afastamento",
"vsync"
],
"dart.openDevTools": "flutter",
"liveshare.allowGuestTaskControl": true,
"liveshare.allowGuestDebugControl": true,
"liveshare.audio.joinCallBehavior": "accept",
"liveshare.audio.startCallOnShare": true,
"security.workspace.trust.banner": "never",
"security.workspace.trust.startupPrompt": "never",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"graphql"
],
"editor.fontLigatures": true,
"notebook.editorOptionsCustomizations": null,
"mssql.connections": [
{
"server": "{{put-server-name-here}}",
"database": "{{put-database-name-here}}",
"user": "{{put-username-here}}",
"password": ""
}
],
"codetogether.userName": "Edilson Matola",
"editor.semanticHighlighting.enabled": false,
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",
"editor.multiCursorModifier": "ctrlCmd",
"json.schemas": [],
"remote.SSH.enableAgentForwarding": false,
"remote.SSH.defaultForwardedPorts": [],
"settingsSync.ignoredExtensions": [],
"extensions.ignoreRecommendations": true,
"typescript.tsserver.log": "off",
"editor.fontSize": 16,
"redhat.telemetry.enabled": true,
"vs-kubernetes": {
"vscode-kubernetes.helm-path.linux": "/home/edilson/.vs-kubernetes/tools/helm/linux-amd64/helm",
"vscode-kubernetes.kubectl-path.linux": "/home/edilson/.vs-kubernetes/tools/kubectl/kubectl",
"vscode-kubernetes.minikube-path.linux": "/home/edilson/.vs-kubernetes/tools/minikube/linux-amd64/minikube"
},
"dart.showInspectorNotificationsForWidgetErrors": false,
"git.openRepositoryInParentFolders": "always",
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.suggest.autoImports": true,
"dart.debugExternalPackageLibraries": true,
"workbench.productIconTheme": "fluent-icons",
"workbench.editor.empty.hint": "hidden",
"editor.tabSize": 2,
"editor.cursorBlinking": "expand",
"launch": {
"configurations": [],
"compounds": []
},
"tailwindCSS.experimental.classRegex": [
[
"tv\\(([^)]*)\\)",
"[\"'`]([^\"'`]*).*?[\"'`]"
]
],
"editor.parameterHints.enabled": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"dart.lspSnippetTextEdits": false,
"workbench.iconTheme": "symbols",
"symbols.hidesExplorerArrows": false,
"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"
},
"[prisma]": {
"editor.formatOnSave": true
},
"workbench.colorTheme": "Dracula",
"color-highlight.markerType": "dot-after",
"workbench.settings.applyToAllProfiles": [],
"settingsSync.ignoredSettings": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment