Skip to content

Instantly share code, notes, and snippets.

@jens1o
Created August 2, 2017 19:53
Show Gist options
  • Save jens1o/9b80018dd19f6745db862f56edea07ef to your computer and use it in GitHub Desktop.
Save jens1o/9b80018dd19f6745db862f56edea07ef to your computer and use it in GitHub Desktop.
my settings.json
{
"emmet.useNewEmmet": true,
"workbench.colorCustomizations": {
"editorCursor.foreground": "#D19A66",
"activityBarBadge.background": "#0078CD",
"activityBarBadge.foreground": "#ffffff",
"statusBar.foreground": "#cccccc",
"editor.lineHighlightBackground": "#2C313A"
/*,
"kflist.focusBackground": "#0B3952",
"list.hoverBackground": "#0B3952",
"list.highlightForeground": "#0078CD"*/
},
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code",
"workbench.iconTheme": "vscode-icons",
"typescript.check.tscVersion": false,
"workbench.colorTheme": "One Dark Pro",
"php.suggest.basic": false,
"editor.fontSize": 13,
"editor.cursorStyle": "line-thin",
"terminal.integrated.fontSize": 13,
"editor.renderWhitespace": "boundary",
"window.zoomLevel": 0,
"files.autoSave": "onFocusChange",
"javascript.referencesCodeLens.enabled": true,
"typescript.referencesCodeLens.enabled": true,
"typescript.implementationsCodeLens.enabled": true,
"window.title": "${dirty}${activeEditorLong}${separator}",
"extensions.autoUpdate": false,
"git.enableSmartCommit": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/templates_c": true,
"**/templates_cache": true,
"**/log": true
},
"workbench.tips.enabled": false,
"editor.formatOnPaste": false,
"shareCode.github.authtoken": "NOOP",
"cSpell.userWords": [
// around 250 words
],
"telemetry.enableTelemetry": false,
"vsicons.projectDetection.disableDetect": true,
"composer.executablePath": "composer",
"telemetry.enableCrashReporter": false,
"gitlens.advanced.telemetry.enabled": false,
"editor.minimap.showSlider": "always",
"git.defaultCloneDirectory": "C:\\nginx\\html\\projects\\",
"editor.autoIndent": true,
"emmet.syntaxProfiles": {
"tpl": "html",
"xml": "html"
},
"json.schemas": [
{
"fileMatch": [
"composer.json"
],
"url": "https://getcomposer.org/schema.json"
}
],
"editor.accessibilitySupport": "off",
"window.restoreFullscreen": true,
"window.newWindowDimensions": "maximized",
"window.menuBarVisibility": "toggle",
"window.autoDetectHighContrast": false,
"terminal.integrated.fontLigatures": true,
"gitlens.statusBar.alignment": "left",
"php-docblocker.useShortNames": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"workspace": {},
"sync.gist": "0de7859e760a84e7f0f453cc1c5f4df8",
"sync.lastUpload": "2017-06-29T07:50:38.194Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"workbench.startupEditor": "none",
"github.username": "jens1o",
// "files.trimTrailingWhitespace": true,
"diffEditor.ignoreTrimWhitespace": false,
"extensions.ignoreRecommendations": false,
"gitlens.annotations.line.hover.details": false,
"gitlens.annotations.line.hover.changes": false,
"files.eol": "\n",
"gitlens.annotations.file.recentChanges.hover.wholeLine": false,
"gitlens.annotations.file.hover.wholeLine": false,
"workbench.commandPalette.history": 50,
"git.confirmSync": false,
"spotify.showNextButton": false,
"spotify.showLyricsButton": false,
"spotify.statusCheckInterval": 10000,
"files.trimTrailingWhitespace": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment