Skip to content

Instantly share code, notes, and snippets.

@kevinkace
Last active February 16, 2021 03:55
Show Gist options
  • Save kevinkace/e4e1dc925ac92ecff7b4fc91a51246a9 to your computer and use it in GitHub Desktop.
Save kevinkace/e4e1dc925ac92ecff7b4fc91a51246a9 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"[markdown]": {
"files.trimTrailingWhitespace": false
},
"breadcrumbs.enabled": true,
"cSpell.userWords": [
"anet",
"animate",
"animationend",
"api",
"birthdate",
"bluehornet",
"csv",
"custval",
"datetime",
"dullfile",
"eqeqeq",
"eslintignore",
"execa",
"fraudinfo",
"gamegate",
"guid",
"jssrv",
"keyframes",
"mithril",
"mutex",
"novalidate",
"onbeforeremove",
"onbeforeupdate",
"oncreate",
"oninit",
"onmatch",
"onremove",
"onupdate",
"promisify",
"selector",
"tivac",
"transitionend",
"unpublish",
"user",
"vnode"
],
"css.validate": false,
"editor.cursorStyle": "block",
"editor.dragAndDrop": true,
"editor.emptySelectionClipboard": false,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 11,
"editor.minimap.enabled": true,
"editor.minimap.maxColumn": 20,
"editor.minimap.renderCharacters": false,
"editor.quickSuggestionsDelay": 10,
"editor.renderIndentGuides": true,
"editor.renderWhitespace": "all",
"editor.snippetSuggestions": "inline",
"editor.tabCompletion": "on",
"editor.wordWrap": "on",
"eslint.enable": true,
"files.associations": {
"*.css": "postcss",
".dullfile": "javascript",
"*.json": "jsonc",
"*.micro": "html",
"*.tmpl": "php",
"*.efx": "xml",
"*.sc": "cpp",
".eslintrc": "jsonc",
"*.fsr": "firerules"
},
"files.defaultLanguage": "javascript",
"files.trimTrailingWhitespace": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"indentRainbow.colors": [
"rgba(0, 0, 0, 0)",
"rgba(100, 100, 100, 0.2)"
],
// "liveServer.settings.donotShowInfoMsg": true,
// "liveServer.settings.donotVerifyTags": true,
// "perforce.addOnFileCreate": true,
// "perforce.deleteOnFileDelete": true,
// "perforce.editOnFileModified": true,
// "perforce.editOnFileSave": true,
"php.executablePath": "C:\\xampp\\php\\php.exe",
"php.validate.executablePath": "C:\\xampp\\php\\php.exe",
"material-icon-theme.showUpdateMessage": false,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/Temp": true,
"**/gen": true
},
"stylelint.enable": true,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"window.menuBarVisibility": "toggle",
"window.title": "${rootName} ${separator} ${folderPath}${separator}\\${activeEditorLong} ${dirty}",
"window.titleBarStyle": "custom",
"window.zoomLevel": -1,
"workbench.colorCustomizations": {
"editorCursor.foreground": "#fff9",
"editorCursor.background": "#000",
"editor.findMatchBorder": "#0f06",
"editor.findMatchHighlightBorder": "#0f09",
"editor.lineHighlightBackground": "#fff2",
"editor.selectionBackground": "#f777",
"editorLineNumber.activeForeground": "#f44",
"editorOverviewRuler.wordHighlightStrongForeground": "#f00",
"titleBar.activeBackground": "#222"
},
"workbench.editor.enablePreview": true,
"workbench.editor.enablePreviewFromQuickOpen": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.settings.editor": "json",
"workbench.startupEditor": "newUntitledFile"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment