|
@@ -25,56 +25,22 @@
|
|
|
"workbench.sideBar.location": "right",
|
|
"workbench.sideBar.location": "right",
|
|
|
"files.insertFinalNewline": true,
|
|
"files.insertFinalNewline": true,
|
|
|
"window.title": "${rootName}${separator}${activeEditorMedium} ${dirty}",
|
|
"window.title": "${rootName}${separator}${activeEditorMedium} ${dirty}",
|
|
|
- "gitlens.advanced.menus": {
|
|
|
|
|
- "editorContext": {
|
|
|
|
|
- "blame": true,
|
|
|
|
|
- "copy": true,
|
|
|
|
|
- "details": true,
|
|
|
|
|
- "fileDiff": false,
|
|
|
|
|
- "history": true,
|
|
|
|
|
- "lineDiff": false,
|
|
|
|
|
- "remote": true
|
|
|
|
|
- },
|
|
|
|
|
- "editorTitle": {
|
|
|
|
|
- "blame": true,
|
|
|
|
|
- "fileDiff": false,
|
|
|
|
|
- "history": true,
|
|
|
|
|
- "remote": true,
|
|
|
|
|
- "status": true
|
|
|
|
|
- },
|
|
|
|
|
- "editorTitleContext": {
|
|
|
|
|
- "blame": true,
|
|
|
|
|
- "fileDiff": false,
|
|
|
|
|
- "history": true,
|
|
|
|
|
- "remote": true
|
|
|
|
|
- },
|
|
|
|
|
- "explorerContext": {
|
|
|
|
|
- "fileDiff": false,
|
|
|
|
|
- "history": true,
|
|
|
|
|
- "remote": true
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"editor.multiCursorModifier": "ctrlCmd",
|
|
"editor.multiCursorModifier": "ctrlCmd",
|
|
|
"workbench.startupEditor": "none",
|
|
"workbench.startupEditor": "none",
|
|
|
"workbench.activityBar.visible": true,
|
|
"workbench.activityBar.visible": true,
|
|
|
"files.associations": {
|
|
"files.associations": {
|
|
|
"*.js": "javascriptreact"
|
|
"*.js": "javascriptreact"
|
|
|
},
|
|
},
|
|
|
- "emmet.syntaxProfiles": {
|
|
|
|
|
- "javascript": "jsx"
|
|
|
|
|
- },
|
|
|
|
|
"[ruby]": {
|
|
"[ruby]": {
|
|
|
"editor.wordWrap": "on"
|
|
"editor.wordWrap": "on"
|
|
|
},
|
|
},
|
|
|
// "editor.glyphMargin": false,
|
|
// "editor.glyphMargin": false,
|
|
|
- "ruby.rubocop.executePath": "/Users/tom/.rbenv/shims/",
|
|
|
|
|
"editor.snippetSuggestions": "top",
|
|
"editor.snippetSuggestions": "top",
|
|
|
"search.useIgnoreFiles": true,
|
|
"search.useIgnoreFiles": true,
|
|
|
"explorer.confirmDelete": false,
|
|
"explorer.confirmDelete": false,
|
|
|
"problems.decorations.enabled": true,
|
|
"problems.decorations.enabled": true,
|
|
|
"explorer.decorations.colors": true,
|
|
"explorer.decorations.colors": true,
|
|
|
"editor.lineNumbers": "interval",
|
|
"editor.lineNumbers": "interval",
|
|
|
- "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-}",
|
|
|
"gitlens.codeLens.scopes": [
|
|
"gitlens.codeLens.scopes": [
|
|
|
"document",
|
|
"document",
|
|
@@ -95,7 +61,7 @@
|
|
|
"~/Documents/activepipe",
|
|
"~/Documents/activepipe",
|
|
|
"~/Documents/repos"
|
|
"~/Documents/repos"
|
|
|
],
|
|
],
|
|
|
- "workbench.colorTheme": "Dark+ (contrast)", // or Dark+ (contrast)
|
|
|
|
|
|
|
+ "workbench.colorTheme": "Night Owl", // or Dark+ (contrast)
|
|
|
"workbench.colorCustomizations": {
|
|
"workbench.colorCustomizations": {
|
|
|
"[Dark+ (contrast)]": {
|
|
"[Dark+ (contrast)]": {
|
|
|
"activityBar.background": "#000000",
|
|
"activityBar.background": "#000000",
|
|
@@ -214,6 +180,10 @@
|
|
|
],
|
|
],
|
|
|
"Red"
|
|
"Red"
|
|
|
],
|
|
],
|
|
|
|
|
+ "extensions.showRecommendationsOnlyOnDemand": true,
|
|
|
"prettier.requireConfig": true,
|
|
"prettier.requireConfig": true,
|
|
|
- "window.vibrancy": true
|
|
|
|
|
|
|
+ "window.vibrancy": true,
|
|
|
|
|
+ "javascript.updateImportsOnFileMove.enabled": "prompt",
|
|
|
|
|
+ "search.smartCase": true,
|
|
|
|
|
+ "search.location": "panel"
|
|
|
}
|
|
}
|