Skip to content

Instantly share code, notes, and snippets.

@emersxw
Created April 1, 2020 13:49
Show Gist options
  • Save emersxw/7a1b824d0f20da7a2a239018926d755f to your computer and use it in GitHub Desktop.
Save emersxw/7a1b824d0f20da7a2a239018926d755f to your computer and use it in GitHub Desktop.
{
// // Define o tema do VSCode
// "workbench.colorTheme": "Min Dark",
// // "editor.lineHeight": 24,
// "editor.fontWeight": "400",
// "editor.fontFamily": "Fira Code",
// "editor.fontLigatures": true,
// // Aplica linhas verticais para lembrar de quebrar linha em códigos muito grandes
// "editor.rulers": [
// 100
// ],
// // Aplica um sinal visual na esquerda da linha selecionada
// // "editor.renderLineHighlight": "gutter",
// // Aumenta a fonte do terminal
// "terminal.integrated.fontSize": 12,
// // Define o tema dos ícones na sidebar
// "workbench.startupEditor": "newUntitledFile",
// "editor.tabSize": 2,
// "window.zoomLevel": 0,
// "extensions.ignoreRecommendations": false,
// "emmet.syntaxProfiles": {
// "javascript": "jsx",
// "nunjucks": "html"
// },
// "emmet.includeLanguages": {
// "javascript": "javascriptreact",
// "nunjucks": "html"
// },
// "javascript.updateImportsOnFileMove.enabled": "never",
// "gitlens.codeLens.recentChange.enabled": false,
// "gitlens.codeLens.authors.enabled": false,
// "gitlens.codeLens.enabled": false,
// "breadcrumbs.enabled": true,
// "git.enableSmartCommit": true,
// "editor.parameterHints.enabled": false,
// "typescript.updateImportsOnFileMove.enabled": "never",
// "terminal.integrated.shell.osx": "/bin/zsh",
// "explorer.confirmDragAndDrop": false,
// "liveshare.featureSet": "insiders",
// "explorer.confirmDelete": false,
// "typescript.tsserver.log": "verbose",
// "editor.scrollbar.verticalScrollbarSize": 1,
// "explorer.scrollbar.verticalScrollbarSize": 1,
// "editor.scrollbar.horizontalScrollbarSize": 1,
// "editor.overviewRulerBorder": false,
// "editor.snippetSuggestions": "top",
// "workbench.welcome.enable": false,
// "prettier.singleQuote": true,
// "material-icon-theme.showWelcomeMessage": false,
// "[plaintext]": {},
// "editor.wordWrap": "on",
// "liveServer.settings.donotShowInfoMsg": true,
// "materialTheme.fixIconsRunning": false,
// "material-icon-theme.folders.color": "#90a4ae",
// "workbench.sideBar.location": "left",
// // "window.nativeTabs": true,
// "editor.action.formatDocument": "shift+alt+f",
// "explorer.openEditors.visible": 0,
// // "editor.formatOnSave": true,
// // "editor.formatOnPaste": true,
// "terminal.integrated.cursorStyle": "line",
// "gitlens.advanced.messages": {
// "suppressShowKeyBindingsNotice": true
// },
// "workbench.activityBar.visible": true,
// "liveServer.settings.fullReload": true,
// "prettier.htmlWhitespaceSensitivity": "ignore",
// "prettier.jsxSingleQuote": true,
// "vsicons.projectDetection.disableDetect": true,
// "vsicons.dontShowNewVersionMessage": true,
// "editor.cursorBlinking": "expand",
// "editor.minimap.enabled": false,
// // "editor.acceptSuggestionOnEnter": "off"
// // "editor.codeActionsOnSave": {},
// // "editor.quickSuggestions": false,
// // "editor.suggestOnTriggerCharacters": false,
// // "editor.wordBasedSuggestions": false,
// // "editor.quickSuggestionsDelay": 1000000,
// // "editor.parameterHints": false,
// "workbench.colorCustomizations": {
// // "editor.lineHighlightBackground": "#1b1b1bb6",
// // "editorCursor.foreground": "#ffffff",
// // "terminalCursor.foreground": "#ffffff"
// },
// "editor.cursorStyle": "line-thin",
// "editor.cursorSmoothCaretAnimation": true,
// "[javascript]": {
// "editor.defaultFormatter": "vscode.typescript-language-features"
// },
// "prettier.trailingComma": "es5",
// "[html]": {
// "editor.defaultFormatter": "esbenp.prettier-vscode"
// },
// "[json]": {
// "editor.defaultFormatter": "esbenp.prettier-vscode"
// },
// "terminal.integrated.rendererType": "dom",
// // "editor.codeActionsOnSaveTimeout": 1500,
// // "editor.codeActionsOnSave": {
// // "source.fixAll.eslint": true
// // },
// "debug.node.autoAttach": "on",
// "[scss]": {
// "editor.defaultFormatter": "esbenp.prettier-vscode"
// },
// // "terminal.integrated.fontFamily": "monospace",
// "editor.autoClosingQuotes": "never",
// "editor.codeActionsOnSave": {
// "source.fixAll.eslint": true
// },
// "workbench.colorCustomizations": {
// "statusBar.background": "#07db00",
// "statusBar.noFolderBackground": "#07db00",
// "statusBar.debuggingBackground": "#07db00",
// "statusBar.foreground" : "#000",
// "activityBar.background": "#000",
// "activityBar.foreground": "#07db00",
// "activityBar.inactiveForeground": "#07db00"
// },
// "[typescriptreact]": {
// "editor.defaultFormatter": "esbenp.prettier-vscode"
// },
// "[typescript]": {
// "editor.defaultFormatter": "esbenp.prettier-vscode"
// }
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment