|
@@ -24,7 +24,7 @@
|
|
|
"git.confirmSync": false,
|
|
"git.confirmSync": false,
|
|
|
"workbench.sideBar.location": "right",
|
|
"workbench.sideBar.location": "right",
|
|
|
"files.insertFinalNewline": true,
|
|
"files.insertFinalNewline": true,
|
|
|
- "window.title": "${activeEditorMedium}${separator}${folderName}${separator}${rootName}${separator}${dirty}",
|
|
|
|
|
|
|
+ "window.title": "${rootName}${separator}${activeEditorMedium} ${dirty}",
|
|
|
"gitlens.advanced.menus": {
|
|
"gitlens.advanced.menus": {
|
|
|
"editorContext": {
|
|
"editorContext": {
|
|
|
"blame": true,
|
|
"blame": true,
|
|
@@ -69,13 +69,10 @@
|
|
|
// "editor.glyphMargin": false,
|
|
// "editor.glyphMargin": false,
|
|
|
"ruby.rubocop.executePath": "/Users/tom/.rbenv/shims/",
|
|
"ruby.rubocop.executePath": "/Users/tom/.rbenv/shims/",
|
|
|
"editor.snippetSuggestions": "top",
|
|
"editor.snippetSuggestions": "top",
|
|
|
- "editor.formatOnPaste": false,
|
|
|
|
|
"search.useIgnoreFiles": true,
|
|
"search.useIgnoreFiles": true,
|
|
|
"explorer.confirmDelete": false,
|
|
"explorer.confirmDelete": false,
|
|
|
- "jest.autoEnable": false,
|
|
|
|
|
- "jest.runAllTestsFirst": false,
|
|
|
|
|
"problems.decorations.enabled": true,
|
|
"problems.decorations.enabled": true,
|
|
|
- "explorer.decorations.colors": false,
|
|
|
|
|
|
|
+ "explorer.decorations.colors": true,
|
|
|
"editor.lineNumbers": "interval",
|
|
"editor.lineNumbers": "interval",
|
|
|
"flow.pathToFlow": "/Users/tom/.nvm/versions/node/v8.9.4/bin/flow",
|
|
"flow.pathToFlow": "/Users/tom/.nvm/versions/node/v8.9.4/bin/flow",
|
|
|
"gitlens.blame.format": "${sha|20?} ${ago|12-}",
|
|
"gitlens.blame.format": "${sha|20?} ${ago|12-}",
|
|
@@ -88,8 +85,7 @@
|
|
|
"Function"
|
|
"Function"
|
|
|
],
|
|
],
|
|
|
"diffEditor.ignoreTrimWhitespace": true,
|
|
"diffEditor.ignoreTrimWhitespace": true,
|
|
|
- "gitlens.keymap": "none",
|
|
|
|
|
- "gitlens.gitExplorer.view": "history",
|
|
|
|
|
|
|
+ "gitlens.gitExplorer.view": "repository",
|
|
|
"gitlens.hovers.currentLine.over": "line",
|
|
"gitlens.hovers.currentLine.over": "line",
|
|
|
"gitlens.blame.highlight.locations": [
|
|
"gitlens.blame.highlight.locations": [
|
|
|
"line",
|
|
"line",
|
|
@@ -99,13 +95,13 @@
|
|
|
"~/Documents/activepipe",
|
|
"~/Documents/activepipe",
|
|
|
"~/Documents/repos"
|
|
"~/Documents/repos"
|
|
|
],
|
|
],
|
|
|
- "workbench.colorTheme": "Monokai", // or Dark+ (contrast)
|
|
|
|
|
|
|
+ "workbench.colorTheme": "Dark+ (contrast)", // or Dark+ (contrast)
|
|
|
"workbench.colorCustomizations": {
|
|
"workbench.colorCustomizations": {
|
|
|
"[Dark+ (contrast)]": {
|
|
"[Dark+ (contrast)]": {
|
|
|
"activityBar.background": "#000000",
|
|
"activityBar.background": "#000000",
|
|
|
"sideBar.background": "#050505",
|
|
"sideBar.background": "#050505",
|
|
|
"sideBar.border": "#333",
|
|
"sideBar.border": "#333",
|
|
|
- "editorGroup.background": "#151515",
|
|
|
|
|
|
|
+ "editorGroup.emptyBackground": "#151515",
|
|
|
"editorGroupHeader.tabsBackground": "#151515",
|
|
"editorGroupHeader.tabsBackground": "#151515",
|
|
|
"editorCodeLens.foreground": "#666",
|
|
"editorCodeLens.foreground": "#666",
|
|
|
"editorRuler.foreground": "#151515",
|
|
"editorRuler.foreground": "#151515",
|
|
@@ -121,7 +117,7 @@
|
|
|
"debug.openExplorerOnEnd": true,
|
|
"debug.openExplorerOnEnd": true,
|
|
|
"scm.diffDecorationsGutterWidth": 2,
|
|
"scm.diffDecorationsGutterWidth": 2,
|
|
|
"workbench.statusBar.feedback.visible": false,
|
|
"workbench.statusBar.feedback.visible": false,
|
|
|
- "gitlens.gitExplorer.files.layout": "list",
|
|
|
|
|
|
|
+ "gitlens.gitExplorer.files.layout": "auto",
|
|
|
"gitlens.gitExplorer.branches.layout": "list",
|
|
"gitlens.gitExplorer.branches.layout": "list",
|
|
|
"gitlens.advanced.messages": {
|
|
"gitlens.advanced.messages": {
|
|
|
"suppressCommitHasNoPreviousCommitWarning": false,
|
|
"suppressCommitHasNoPreviousCommitWarning": false,
|
|
@@ -137,13 +133,7 @@
|
|
|
"githubNotificationsBell.colorParticipating": "#61bfd3",
|
|
"githubNotificationsBell.colorParticipating": "#61bfd3",
|
|
|
// "githubNotificationsBell.colorParticipating": "#F44400",
|
|
// "githubNotificationsBell.colorParticipating": "#F44400",
|
|
|
"gitTreeCompare.iconsMinimal": true,
|
|
"gitTreeCompare.iconsMinimal": true,
|
|
|
- "gitlens.explorers.avatars": false,
|
|
|
|
|
- "gitlens.gitExplorer.enabled": false,
|
|
|
|
|
- "gitlens.historyExplorer.enabled": false,
|
|
|
|
|
"gitlens.codeLens.recentChange.command": "gitlens.diffWithPrevious",
|
|
"gitlens.codeLens.recentChange.command": "gitlens.diffWithPrevious",
|
|
|
- "gitlens.currentLine.enabled": false,
|
|
|
|
|
- "gitlens.blame.toggleMode": "window",
|
|
|
|
|
- "gitlens.blame.avatars": false,
|
|
|
|
|
"gitlens.heatmap.toggleMode": "window",
|
|
"gitlens.heatmap.toggleMode": "window",
|
|
|
"gitlens.hovers.annotations.over": "annotation",
|
|
"gitlens.hovers.annotations.over": "annotation",
|
|
|
"gitlens.recentChanges.highlight.locations": [
|
|
"gitlens.recentChanges.highlight.locations": [
|
|
@@ -181,4 +171,49 @@
|
|
|
"git-commit": true,
|
|
"git-commit": true,
|
|
|
"todo": true,
|
|
"todo": true,
|
|
|
},
|
|
},
|
|
|
|
|
+ "gitlens.menus": {
|
|
|
|
|
+ "editor": {
|
|
|
|
|
+ "blame": true,
|
|
|
|
|
+ "clipboard": true,
|
|
|
|
|
+ "compare": false,
|
|
|
|
|
+ "details": true,
|
|
|
|
|
+ "history": true,
|
|
|
|
|
+ "remote": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "editorGroup": {
|
|
|
|
|
+ "blame": true,
|
|
|
|
|
+ "compare": false,
|
|
|
|
|
+ "history": true,
|
|
|
|
|
+ "remote": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "editorTab": {
|
|
|
|
|
+ "compare": false,
|
|
|
|
|
+ "history": true,
|
|
|
|
|
+ "remote": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "explorer": {
|
|
|
|
|
+ "compare": false,
|
|
|
|
|
+ "history": true,
|
|
|
|
|
+ "remote": false
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "gitlens.settings.mode": "advanced",
|
|
|
|
|
+ "gitlens.explorers.avatars": false,
|
|
|
|
|
+ "gitlens.historyExplorer.enabled": false,
|
|
|
|
|
+ "gitlens.currentLine.format": "${agoOrDate} • ${id} • ${message}",
|
|
|
|
|
+ "gitlens.blame.avatars": false,
|
|
|
|
|
+ "gitlens.currentLine.enabled": false,
|
|
|
|
|
+ "gitlens.blame.ignoreWhitespace": true,
|
|
|
|
|
+ "bracketPairColorizer.consecutivePairColors": [
|
|
|
|
|
+ "()",
|
|
|
|
|
+ "[]",
|
|
|
|
|
+ "{}", [
|
|
|
|
|
+ "Gold",
|
|
|
|
|
+ "Orchid",
|
|
|
|
|
+ "LightSkyBlue"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "Red"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "prettier.requireConfig": true,
|
|
|
|
|
+ "window.vibrancy": true
|
|
|
}
|
|
}
|