Skip to content

Instantly share code, notes, and snippets.

@doceazedo
Created March 9, 2022 04:27
Show Gist options
  • Save doceazedo/0cbd0c37174cd6c3849c8f51df84cd95 to your computer and use it in GitHub Desktop.
Save doceazedo/0cbd0c37174cd6c3849c8f51df84cd95 to your computer and use it in GitHub Desktop.
settings vscode
{
"editor.fontFamily": "Fira Code, monospace, 'Segoe UI Emoji'",
"editor.fontLigatures": true,
"editor.minimap.enabled": false,
"editor.tabSize": 2,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"editor.wordWrap": "on",
"discord.detailsEditing": "๐Ÿ“ Editando: {filename}",
"discord.detailsIdle": "Procrastinando ๐Ÿ•",
"discord.largeImage": "Editando arquivo {LANG}",
"discord.largeImageIdle": "Procrastinando ๐Ÿ•",
"discord.lowerDetailsIdle": "Nenhum projeto aberto",
"discord.lowerDetailsNotFound": "๐Ÿ”ข {totallines} linhas",
"discord.workspaceElapsedTime": true,
"discord.lowerDetailsEditing": "๐Ÿ“Š Projeto: {workspace}",
"workbench.iconTheme": "material-icon-theme",
"sync.gist": "2b12d77b3033fc89cc7d0c0abcfec1d5",
"explorer.compactFolders": false,
"[css]": {
"editor.defaultFormatter": "MikeBovenlander.formate"
},
"workbench.startupEditor": "newUntitledFile",
"intelephense.format.braces": "k&r",
"editor.codeLens": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true,
"**/*.meta": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svelte.language-server.runtime": "C:\\\\Program Files\\\\nodejs\\\\node.exe",
"git.enableSmartCommit": true,
"git.confirmSync": false,
"git.autofetch": true,
"workbench.colorTheme": "New Moon",
"window.titleBarStyle": "custom",
"editor.selectionClipboard": false,
"liveServer.settings.donotShowInfoMsg": true,
"omnisharp.useEditorFormattingSettings": true,
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": null
}
],
"security.workspace.trust.untrustedFiles": "open",
"security.workspace.trust.enabled": false,
"workbench.activityBar.visible": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"name": "envKeys",
"scope": "string.quoted.double.env,source.env,constant.numeric.env",
"settings": {
"foreground": "#19354900"
}
}
]
},
"files.eol": "\n",
"svelte.enable-ts-plugin": true,
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": true,
"window.zoomLevel": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment