# Config VS Code ```=json { "workbench.iconTheme": "material-icon-theme", "editor.autoClosingQuotes": "always", "editor.autoClosingBrackets": "always", "auto-close-tag.SublimeText3Mode": true, "breadcrumbs.enabled": true, "css.lint.compatibleVendorPrefixes": "warning", "html.format.indentInnerHtml": true, "html.format.indentHandlebars": true, "html-css-class-completion.enableEmmetSupport": true, "git.autofetch": true, "files.eol": "\n", "[javascript]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, "files.trimTrailingWhitespace": true, "editor.renderWhitespace": "boundary", "[jsonc]": { "editor.defaultFormatter": "vscode.json-language-features" }, "[php]": { "editor.defaultFormatter": "remimarsal.prettier-now" }, "phpcs.standard": "PSR2", "files.insertFinalNewline": true, "html.format.endWithNewline": true, "eslint.alwaysShowStatus": true, "window.restoreWindows": "all", "eslint.nodePath": "/usr/local/lib/node_modules/", "html.format.wrapLineLength": 0, "workbench.tree.renderIndentGuides": "always", "terminal.integrated.shell.linux": "/bin/bash", "git-graph.fetchAvatars": true, "telemetry.enableCrashReporter": false, "workbench.tree.indent": 12, "typescript.referencesCodeLens.enabled": true, "phpcs.composerJsonPath": "/home/deskmini1/.config/composer/", "editor.minimap.maxColumn": 145, "editor.minimap.showSlider": "always", "git.autofetchPeriod": 240, "emptyIndent.highlightIndent": true, "files.trimFinalNewlines": true, "git.confirmSync": false, "stylint.alwaysShowStatus": true, "window.zoomLevel": 0, "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, "gitlens.gitCommands.closeOnFocusOut": true, "terminal.integrated.rendererType": "dom", "gitlens.views.repositories.files.layout": "list", "diffEditor.ignoreTrimWhitespace": false, "todo-tree.tree.showScanModeButton": false, "liveServer.settings.donotVerifyTags": true, "liveServer.settings.donotShowInfoMsg": true, "explorer.confirmDragAndDrop": false, "[json]": { "editor.defaultFormatter": "vscode.json-language-features" }, "editor.wordWrap": "bounded", "editor.wordWrapColumn": 190, "git.fetchOnPull": true, "editor.smoothScrolling": true, "editor.fontFamily": "Hasklig, 'monospace', monospace, 'Droid Sans Fallback'", "editor.fontLigatures": true, "workbench.colorTheme": "dark-plus-syntax", "workbench.colorCustomizations": { "editorUnnecessaryCode.border": "#ff0000", "editorUnnecessaryCode.opacity": "#ff0000c5", "[dark-plus-syntax]": { "activityBar.activeBackground" : "#49003F", "activityBar.background" : "#202020", "activityBarBadge.background" : "#5a009e", "badge.background" : "#5a009e", "debugConsole.errorForeground" : "#FF0000", "editor.background" : "#202020", "editor.findMatchBackground" : "#f56e0093", "editor.findMatchBorder" : "#FF0000", "editor.findMatchHighlightBackground" : "#f56e00a9", "editor.lineHighlightBackground" : "#c800fa1a", "editor.selectionBackground" : "#660038b2", "editor.selectionHighlightBackground" : "#b6b6b673", "editorError.foreground" : "#FF0000", "editorGroupHeader.tabsBackground" : "#202020", "editorGutter.addedBackground" : "#27EC00", "editorGutter.deletedBackground" : "#E600DA", "editorGutter.modifiedBackground" : "#00FFFF", "editorPane.background" : "#202020", "editorWarning.foreground" : "#FBFF00", "editorWidget.background" : "#120020", "gitDecoration.addedResourceForeground" : "#27EC00", "gitDecoration.conflictingResourceForeground" : "#ff0000", "gitDecoration.deletedResourceForeground" : "#E600DA", "gitDecoration.modifiedResourceForeground" : "#00FFFF", "gitDecoration.untrackedResourceForeground" : "#27EC00", "list.activeSelectionBackground" : "#7E007E", "list.errorForeground" : "#FF5151", "list.focusBackground" : "#4B004B", "list.highlightForeground" : "#ff51e8", "list.inactiveSelectionBackground" : "#7e007e63", "minimap.selectionHighlight" : "#660038b2", "minimapGutter.addedBackground" : "#27EC00", "minimapGutter.deletedBackground" : "#E600DA", "minimapGutter.modifiedBackground" : "#00FFFF", "minimapSlider.hoverBackground" : "#ff80ea4f", "notificationCenterHeader.background" : "#af00a1", "notificationToast.border" : "#d400ff", "scrollbarSlider.background" : "#ffffff69", "sideBar.background" : "#242424", "sideBar.border" : "#24001C", "sideBarSectionHeader.background" : "#2C2C2C", "statusBar.background" : "#5a009e", "tab.border" : "#24001C", "terminal.ansiBlue" : "#006eff", "terminal.ansiBrightBlue" : "#20b9ff", "terminal.ansiBrightCyan" : "#a9fffb", "terminal.ansiBrightGreen" : "#56E23A", "terminal.ansiBrightRed" : "#FF006A", "terminal.ansiBrightYellow" : "#D9FF00", "terminal.ansiRed" : "#ff3939", "terminal.ansiYellow" : "#D9FF00", "terminal.background" : "#08000E", "terminal.border" : "#8E00B9", "terminal.ansiMagenta" : "#ff0095", "terminal.ansiCyan" : "#00ffdd", "notificationsErrorIcon.foreground" : "#ff0000", "editorLink.activeForeground":"#c300ff", } }, "editor.tokenColorCustomizations": { "textMateRules": [ { "scope": "punctuation.terminator", "settings": { "foreground": "#FFFFFF" } }, { "scope": [ "comment", "comment.block", "comment.block.documentation.js", "comment.block.documentation.js storage.type.class.jsdoc punctuation.definition.block.tag.jsdoc", "comment.line.shebang.js", "punctuation.definition.comment.js", "comment.line", "punctuation.definition.comment" ], "settings": { "foreground": "#608b4e", "fontStyle": "italic" }, }, { "scope": [ "comment.line.double-slash.js", "meta.embedded.expression.js source.js.jsx comment.block.js" ], "settings": { "foreground": "#608b4e" } }, ], }, "workbench.list.smoothScrolling": true, "sonarlint.ls.javaHome": "/home/deskmini1/.vscode/extensions/sonarsource.sonarlint_managed-jre/jre/jdk-11.0.7+10-jre", "sonarlint.disableTelemetry": true, "sonarlint.ls.vmargs": "-Xmx2048m", "sonarlint.rules": { "php:S1192": { "level": "off" } }, "sass.lint.enable": true, "editor.formatOnPaste": true, "editor.wrappingIndent": "indent", "phpcs.errorSeverity": 1, "editor.occurrencesHighlight": false, "explorer.compactFolders": false, "doiuse.enable": true, "simple-php-cs-fixer.save": true, "simple-php-cs-fixer.usingCache": true, "php-cs-fixer.autoFixBySemicolon": true, "php-cs-fixer.formatHtml": true, "php-cs-fixer.onsave": true, "php-cs-fixer.lastDownload": 1596805879621, "editor.snippetSuggestions": "top", "search.quickOpen.includeSymbols": true, "php-cs-fixer.rules": "@PSR2", "phpcsfixer.onsave": true, "phpcs.showSources": true, "simple-php-cs-fixer.config": ".php_cs", "phpcs.ignorePatterns": [ "*/views/*" ], "php-cs-fixer.exclude": [ "*/views/*" ], } ```