1
Fork 0

vscode: update config

This commit is contained in:
Alan Faubert 2018-07-05 17:44:39 -04:00
parent 0e4cb948f4
commit 3d736226a6
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
"git.autofetch": true,
"git.confirmSync": false,
"git.path": "...",
"gitlens.blame.ignoreWhitespace": true,
"html.format.endWithNewline": true,
"problems.autoReveal": false,
"telemetry.enableCrashReporter": false,
@ -22,6 +23,7 @@
"window.restoreWindows": "all",
"window.title": "${dirty}${activeEditorMedium}${separator}${rootPath}",
"workbench.colorTheme": "Monokai",
"workbench.editor.closeEmptyGroups": false,
"workbench.editor.labelFormat": "medium",
"workbench.startupEditor": "none",
"workbench.statusBar.feedback.visible": false,