Skip to content

Instantly share code, notes, and snippets.

@chrislawes
Last active July 15, 2019 17:45
Show Gist options
  • Save chrislawes/d7cc5451adc32b4ea1b45b747ef824c4 to your computer and use it in GitHub Desktop.
Save chrislawes/d7cc5451adc32b4ea1b45b747ef824c4 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Material Theme Darker High Contrast",
// "workbench.colorTheme": "Atom One Dark",
"editor.matchBrackets": false,
"telemetry.enableTelemetry": false,
"editor.cursorStyle": "line-thin",
"editor.cursorBlinking": "phase",
"editor.letterSpacing": 0.95,
"editor.fontSize": 12,
"editor.lineHeight": 36,
"editor.fontFamily": "Operator Mono, Menlo, Monaco",
"workbench.startupEditor": "newUntitledFile",
"emmet.triggerExpansionOnTab": true,
"cSpell.language": "en,en-GB",
"explorer.confirmDelete": false,
"editor.minimap.enabled": false,
"workbench.iconTheme": "vscode-great-icons",
"files.useExperimentalFileWatcher": true,
"explorer.openEditors.visible": 0,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
// "**/.DS_Store": true,
"**/bower_components": true,
"**/jspm_packages": true,
"**/node_modules": true
},
"search.exclude": {
"/node_modules": true
},
"files.watcherExclude": {
"/node_modules/": true
},
"window.zoomLevel": 0,
"git.enabled": false,
"git.path": null,
"git.autofetch": false,
"workbench.colorCustomizations": {
// "sideBar.border": "#2d2d2d",
// "activityBar.background": "#2f3744",
// "statusBar.background" : "#202020",
// "statusBar.noFolderBackground" : "#202020",
// "statusBar.debuggingBackground": "#202020",
// "editorCursor.foreground": "#5e85c4",
// "editor.lineHighlightBackground": "#1d1d1d",
// "editor.lineHighlightBorder": "#111111",
// "editor.background": "#111111",
// "editor.foreground": "#ffffff",
// "sideBar.background": "#111111",
// "sideBar.foreground": "#ffffff",
// "editorGroupHeader.tabsBackground": "#000000",
// "tab.activeBackground": "#111111",
// "tab.inactiveBackground": "#000000"
},
"bracketPairColorizer.forceIterationColorCycle": true,
"bracketPairColorizer.showVerticalScopeLine": false,
"editor.parameterHints.enabled": false
}
Atom One Dark Theme
Auto Close Tag
Bracket Pair Colorizer
DotENV
Import Cost
markdownlint
Monokai Alt
Vetur
VSCode Great Icons
Veturvue-Ls
// V2
{
"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.detectIndentation": false,
// "workbench.colorTheme": "Material Theme Darker High Contrast",
// "editor.matchBrackets": false,
// "telemetry.enableTelemetry": false,
"editor.cursorStyle": "line-thin",
"editor.cursorBlinking": "phase",
"editor.letterSpacing": 0.95,
"editor.fontSize": 15,
"editor.lineHeight": 30,
"editor.fontFamily": "Operator Mono, Menlo, Monaco",
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "One Dark Pro",
"emmet.triggerExpansionOnTab": true,
"cSpell.language": "en,en-GB",
// "explorer.confirmDelete": false,
"editor.minimap.enabled": false,
"workbench.iconTheme": "vscode-great-icons",
"files.useExperimentalFileWatcher": true,
"explorer.openEditors.visible": 0,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
// "**/.DS_Store": true,
"**/bower_components": true,
"**/jspm_packages": true,
// "**/node_modules": true
},
"search.exclude": {
"/node_modules": true
},
"files.watcherExclude": {
"/node_modules/": true
},
"window.zoomLevel": 0,
"git.enabled": false,
"git.path": null,
"git.autofetch": false,
"workbench.colorCustomizations": {
"activityBar.background": "#181a1f",
"sideBar.background": "#14161a",
"editor.background": "#181a1f",
"editorGroupHeader.tabsBackground": "#14161a",
"tab.activeBackground": "#181a1f",
"tab.inactiveBackground": "#14161a",
"editor.lineHighlightBackground": "#14161a",
// "editor.selectionBackground": "#14161a",
// "editor.selectionHighlightBackground": "#14161a"
},
"bracketPairColorizer.forceIterationColorCycle": true,
"bracketPairColorizer.showVerticalScopeLine": false,
// "materialTheme.fixIconsRunning": false,
"editor.parameterHints.enabled": false
}
Atom One Dark Theme
Bracket Pair Colorizer
Code Spell Checker
DotENV
Material Theme
One Dark Pro
TypeScript Imposter
Vetur
VSCode Great Icons
Vue VSCode Snippets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment