Created
October 23, 2018 10:12
-
-
Save spiralx/83985b0525e30666a6efeb2a6622648c to your computer and use it in GitHub Desktop.
Current work VS Code settings file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your settings in this file to overwrite the default settings | |
{ | |
"beautify.options": { | |
"end_with_newline": true, | |
"newline_between_rules": true, | |
"preserve_newlines": true, | |
"selector_separator_newline": true, | |
"space_around_combinator": true, | |
"space_around_selector_separator": true | |
}, | |
"beautify.tabSize": 2, | |
"colorHelper.formatsOrder": [ | |
"hex", "rgb", "named", "hsl", "hwb", "hsb", "cmyk", "gray" | |
], | |
"colorHelper.pickerForm": "default", | |
"colorHelper.resident": true, | |
// "colorize.activate_variables_support_beta": true, | |
"color-highlight.enable": false, | |
"color-highlight.markerType": "background", | |
"color-highlight.markRuler": true, | |
"ConEmu.path": "C:\\apps\\cmder\\vendor\\conemu-maximus5\\ConEmu64.exe", | |
"ConEmu.runCommand": "{sh}", | |
"ConEmu.showTitlebarIcon": true, | |
"cssToStylus.colorPrefix": "$colour-", | |
"cssToStylus.indent": 2, | |
"cssToStylus.removeComments": false, | |
"editor.autoIndent": false, | |
"editor.detectIndentation": false, | |
"editor.formatOnPaste": false, | |
"editor.formatOnType": false, | |
"editor.hover.delay": 600, | |
"editor.hover.sticky": false, | |
"editor.minimap.enabled": false, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": false, | |
"strings": true | |
}, | |
"editor.renderIndentGuides": true, | |
"editor.renderWhitespace": "boundary", | |
"editor.showFoldingControls": "always", | |
"editor.snippetSuggestions": "bottom", | |
"editor.tabSize": 2, | |
"editor.tokenColorCustomizations": { | |
"textMateRules": [ | |
{ | |
"scope": "source.sql comment.block.c", | |
"settings":{ | |
"foreground": "#4f4", | |
"fontStyle": "italic" | |
} | |
} | |
] | |
}, | |
"editor.wordBasedSuggestions": true, | |
"editor.wordWrapColumn": 120, | |
"editor.wrappingIndent": "indent", | |
"emmet.showAbbreviationSuggestions": true, | |
"emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly", | |
"eslint.packageManager": "yarn", | |
"explorer.openEditors.visible": 15, | |
"extensions.ignoreRecommendations": false, | |
"files.associations": { | |
"*.vue": "html" | |
}, | |
"files.autoSave": "off", | |
"files.defaultLanguage": "JavaScript", | |
"files.hotExit": "onExitAndWindowClose", | |
"files.insertFinalNewline": true, | |
"files.trimTrailingWhitespace": true, | |
"files.watcherExclude": { | |
"**/.git/objects/**": true, | |
"**/bower_components/**": true, | |
"**/node_modules/**": true | |
}, | |
"git.autofetch": true, | |
"git.confirmSync": false, | |
"git.enableSmartCommit": true, | |
"git.path": "C:\\apps\\git\\bin\\git.exe", | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": true, | |
"suppressNoRepositoryWarning": false, | |
"suppressResultsExplorerNotice": true, | |
"suppressShowKeyBindingsNotice": true, | |
"suppressUpdateNotice": true, | |
"suppressWelcomeNotice": false | |
}, | |
"gitlens.blame.ignoreWhitespace": true, | |
"gitlens.currentLine.enabled": true, | |
"gitlens.currentLine.scrollable": false, | |
"gitlens.historyExplorer.enabled": true, | |
// "gitlens.gitExplorer.files.layout": "tree", | |
// "gitlens.keymap": "alternate", | |
"html.format.endWithNewline": true, | |
"html.format.indentInnerHtml": true, | |
"html.format.wrapAttributes": "force-aligned", | |
"html.suggest.ionic": false, | |
"indentRainbow.colors": [ | |
"hsla(60, 60%, 24%, 0.1)", | |
"hsla(120, 60%, 24%, 0.1)", | |
"hsla(180, 60%, 24%, 0.1)", | |
"hsla(240, 60%, 24%, 0.1)", | |
"hsla(300, 60%, 24%, 0.1)", | |
"hsla(0, 60%, 24%, 0.1)", | |
"hsla(60, 60%, 32%, 0.1)", | |
"hsla(120, 60%, 32%, 0.1)", | |
"hsla(180, 60%, 32%, 0.1)", | |
"hsla(240, 60%, 32%, 0.1)", | |
"hsla(300, 60%, 32%, 0.1)", | |
"hsla(0, 60%, 32%, 0.1)", | |
"hsla(60, 60%, 40%, 0.1)", | |
"hsla(120, 60%, 40%, 0.1)", | |
"hsla(180, 60%, 40%, 0.1)", | |
"hsla(240, 60%, 40%, 0.1)", | |
"hsla(300, 60%, 40%, 0.1)", | |
"hsla(0, 60%, 40%, 0.1)", | |
"hsla(60, 60%, 48%, 0.1)", | |
"hsla(120, 60%, 48%, 0.1)", | |
"hsla(180, 60%, 48%, 0.1)", | |
"hsla(240, 60%, 48%, 0.1)", | |
"hsla(300, 60%, 48%, 0.1)", | |
"hsla(0, 60%, 48%, 0.1)" | |
], | |
"java.autobuild.enabled": false, | |
"java.configuration.updateBuildConfiguration": "disabled", | |
"java.errors.incompleteClasspath.severity": "ignore", | |
"javascript.nameSuggestions": true, | |
"javascript.validate.enable": false, | |
"json.schemas": [ | |
{ | |
"fileMatch": [ | |
"/manifest.json" | |
], | |
"url": "http://json.schemastore.org/chrome-manifest" | |
} | |
], | |
"json.trace.server": "verbose", | |
"liveSassCompile.settings.excludeList": [ | |
"**/node_modules/**", | |
".vscode/**", | |
"attic/**" | |
], | |
"liveSassCompile.settings.formats": [ | |
{ | |
"format": "expanded", | |
"extensionName": ".css", | |
"savePath": "/public/css" | |
} | |
], | |
"liveSassCompile.settings.generateMap": false, | |
"liveServer.settings.donotShowInfoMsg": true, | |
"liveServer.settings.host": "localhost", | |
"markdown.preview.fontSize": 16, | |
"markdown.preview.lineHeight": 1.44, | |
"npm-intellisense.scanDevDependencies": true, | |
"openCorrespondingFile.extensionList": [ | |
".component.js", | |
".js", | |
".ts", | |
".html", | |
".scss" | |
], | |
"php.validate.executablePath": "D:\\apps\\php-7.1.10\\php.exe", | |
// "prettier.eslintIntegration": true, | |
// "prettier.printWidth": 120, | |
// "prettier.semi": false, | |
// "prettier.singleQuote": true, | |
"scss.lint.duplicateProperties": "warning", | |
"scss.lint.float": "warning", | |
"scss.lint.ieHack": "warning", | |
"scss.lint.unknownVendorSpecificProperties": "warning", | |
"search.exclude": { | |
"**/.tmp": true, | |
"**/dist": true, | |
"**/dist2": true, | |
"**/coverage": true, | |
"**/test-results": true, | |
"**/e2e": true | |
}, | |
"search.location": "sidebar", | |
"search.smartCase": true, | |
// "standard.options": { | |
// "globals": [ "$", "jQuery", "fetch" ], | |
// "ignore": [ | |
// "node_modules/**" | |
// ], | |
// "plugins": [ | |
// "html" | |
// ], | |
// "parser": "babel-eslint", | |
// "envs": [ | |
// "browser", | |
// "webextensions", | |
// "es6" | |
// ] | |
// }, | |
// "standard.trace.server": "messages", | |
// "standard.validate": [ | |
// "javascript", | |
// "javascriptreact", | |
// "html" | |
// ], | |
"sync.askGistName": false, | |
"sync.autoDownload": false, | |
"sync.autoUpload": true, | |
"sync.forceDownload": false, | |
"sync.gist": "da5458320574047f3d0cd5eedfa43ce8", | |
"sync.quietSync": true, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"templateGenerator.fields.author": "James Skinner", | |
"templateGenerator.fields.email": "[email protected]", | |
"templateGenerator.fields.link": "https://github.com/spiralx", | |
"terminal.external.windowsExec": "%CONSOLEAPPDIR%\\ConEmu64 /Single /Dir . /Cmd {bash}", | |
"terminal.integrated.cursorBlinking": true, | |
"terminal.integrated.cursorStyle": "line", | |
"terminal.integrated.lineHeight": 1.3, | |
"terminal.integrated.scrollback": 4000, | |
"terminal.integrated.shell.windows": "C:\\apps\\git\\bin\\bash.exe", | |
"tslint.packageManager": "yarn", | |
"typescript.format.insertSpaceBeforeFunctionParenthesis": true, | |
"typescript.implementationsCodeLens.enabled": true, | |
"typescript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"typescriptHero.imports.disableImportsSorting": true, | |
"typescriptHero.imports.insertSemicolons": false, | |
"typescriptHero.imports.multiLineTrailingComma": false, | |
"vsicons.dontShowNewVersionMessage": true, | |
"vsicons.projectDetection.autoReload": true, | |
"window.newWindowDimensions": "maximized", | |
"window.restoreWindows": "folders", | |
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}${separator}${appName}", | |
"window.titleBarStyle": "custom", | |
"window.zoomLevel": 0, | |
"workbench.colorCustomizations": { | |
// "editor.foreground": "#f2f3f4", | |
// "editor.selectionBackground": "#4a6781", | |
// "editorCursor.foreground": "#f5b152", | |
// "editorIndentGuide.background": "#88888844", | |
// "editorWhitespace.foreground": "#88888844", | |
// "editorWarning.foreground": "#f1897f88", | |
// "editorGroupHeader.tabsBorder": "#cea3f5", | |
// "tab.activeBackground": "#6914BE", | |
// "tab.border": "#cea3f580", | |
// "tab.inactiveForeground": "#aaa", | |
// --- | |
// "editorGroup.background": "#ddd", | |
// "editorGroupHeader.border": "#cea3f5", | |
// "tab.activeForeground": "#fff", | |
// "tab.inactiveBackground": "#e4f6d4", | |
// "tab.unfocusedInactiveForeground": "#888" | |
// --- | |
// "activityBar.foreground": "#a4aeb7", | |
// "foreground": "#a4aeb7", | |
// "panelTitle.inactiveForeground": "#a4aeb7", | |
// "peekViewResult.fileForeground": "#a4aeb7", | |
// "peekViewTitleDescription.foreground": "#a4aeb7", | |
// "peekViewTitleLabel.foreground": "#a4aeb7", | |
// "sideBarSectionHeader.foreground": "#a4aeb7", | |
// "sideBarTitle.foreground": "#a4aeb7", | |
// "statusBar.debuggingForeground": "#a4aeb7", | |
// "statusBar.foreground": "#a4aeb7", | |
// "tab.unfocusedInactiveForeground": "#a4aeb7", | |
// "titleBar.activeForeground": "#a4aeb7", | |
// "titleBar.inactiveForeground": "#a4aeb7", | |
// "editor.findMatchBackground": "#f2971888", | |
// "editor.findMatchHighlightBackground": "#f8c98788", | |
// "editor.findMatchHighlightForeground": "#000" | |
}, | |
"workbench.colorTheme": "Agila Neon Monocyanide", | |
"workbench.commandPalette.preserveInput": true, | |
"workbench.editor.closeOnFileDelete": false, | |
"workbench.editor.enablePreviewFromQuickOpen": false, | |
"workbench.editor.revealIfOpen": true, | |
"workbench.iconTheme": "vscode-simpler-icons" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've got these extensions that I use that are either required or useful:
I've not included any editor or icon themes, or all of the snippets I've installed :)