Skip to content

Instantly share code, notes, and snippets.

@Kombustor
Created May 5, 2019 20:45
Show Gist options
  • Save Kombustor/b4e3d90c732a3147f74d21a5321931ea to your computer and use it in GitHub Desktop.
Save Kombustor/b4e3d90c732a3147f74d21a5321931ea to your computer and use it in GitHub Desktop.
settings.json
{
"latex-workshop.view.pdf.viewer": "tab",
"gitlens.currentLine.enabled": false,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"projectManager.any.maxDepthRecursion": 1,
"sync.autoUpload": true,
"sync.gist": "redacted",
"projectManager.git.maxDepthRecursion": 3,
"workbench.startupEditor": "newUntitledFile",
"git.enableSmartCommit": true,
"material-icon-theme.activeIconPack": "react",
"rest-client.enableTelemetry": false,
"todo-tree.defaultHighlight": {
"type": "tag"
},
"todo-tree.customHighlight": {
"TODO": {
"icon": "check",
"foreground": "white",
"background": "#FFA500",
"iconColour": "lightgreen"
},
"FIXME": {
"icon": "bug",
"foreground": "white",
"background": "#FF4500",
"iconColour": "red"
}
},
"files.autoSave": "afterDelay",
"window.zoomLevel": 0,
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"zenMode.hideActivityBar": false,
"zenMode.hideTabs": false,
"breadcrumbs.enabled": false,
"sync.quietSync": true,
"workbench.statusBar.feedback.visible": false,
"sync.autoDownload": true,
"docthis.includeAuthorTag": true,
"docthis.includeMemberOfOnClassMembers": false,
"docthis.includeMemberOfOnInterfaceMembers": false,
"docthis.authorName": "Fabian Schliski",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"workbench.tree.indent": 18,
"cSpell.language": "en",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment