Tom McKenzie hace 6 años
padre
commit
3d8f194eb2
Se han modificado 2 ficheros con 65 adiciones y 40 borrados
  1. 46 37
      Code/User/settings.json
  2. 19 3
      Code/list-extensions.txt

+ 46 - 37
Code/User/settings.json

@@ -1,7 +1,7 @@
 {
     "window.zoomLevel": 0,
-    "editor.fontFamily": "Inconsolata, Menlo, Monaco, 'Courier New', monospace",
-    "editor.fontSize": 14,
+    "editor.fontFamily": "Inconsolata-g, Menlo, Monaco, 'Courier New', monospace",
+    "editor.fontSize": 12,
     "editor.tabSize": 2,
     "editor.renderWhitespace": "boundary",
     "editor.rulers": [
@@ -29,7 +29,8 @@
     "workbench.startupEditor": "none",
     "workbench.activityBar.visible": true,
     "files.associations": {
-        "*.js": "javascriptreact"
+        "*.js": "javascriptreact",
+        "*.svg": "xml"
     },
     "[ruby]": {
         "editor.wordWrap": "on"
@@ -85,19 +86,7 @@
     "workbench.statusBar.feedback.visible": false,
     "gitlens.gitExplorer.files.layout": "auto",
     "gitlens.gitExplorer.branches.layout": "list",
-    "gitlens.advanced.messages": {
-        "suppressCommitHasNoPreviousCommitWarning": false,
-        "suppressCommitNotFoundWarning": false,
-        "suppressFileNotUnderSourceControlWarning": false,
-        "suppressGitVersionWarning": false,
-        "suppressLineUncommittedWarning": false,
-        "suppressNoRepositoryWarning": false,
-        "suppressResultsExplorerNotice": true,
-        "suppressShowKeyBindingsNotice": true
-    },
     "githubNotificationsBell.icon": "pulse", // pulse, mark-github
-    "githubNotificationsBell.colorParticipating": "#61bfd3",
-    // "githubNotificationsBell.colorParticipating": "#F44400",
     "gitTreeCompare.iconsMinimal": true,
     "gitlens.codeLens.recentChange.command": "gitlens.diffWithPrevious",
     "gitlens.heatmap.toggleMode": "window",
@@ -112,17 +101,10 @@
     "gitlens.statusBar.alignment": "left",
     "gitlens.statusBar.format": "${ago}: \"${message}\"",
     "editor.find.seedSearchStringFromSelection": false,
-    "gitlens.resultsExplorer.files.layout": "auto",
     "gitlens.statusBar.reduceFlicker": true,
     "git.enableSmartCommit": true,
     "git.defaultCloneDirectory": "/Users/tom/Documents/repos",
     "terminal.external.osxExec": "/Applications/iTerm.app/Contents/MacOS/iTerm2",
-    "bracketPairColorizer.highlightActiveScope": true,
-    "bracketPairColorizer.scopeLineCSS": [
-        "borderStyle : dotted",
-        "borderWidth : 1px",
-        "borderColor : {color}; opacity: 0.2"
-    ],
     "editor.matchBrackets": false,
     "extensions.ignoreRecommendations": true,
     "workbench.editor.showTabs": true,
@@ -164,26 +146,53 @@
         }
     },
     "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"
-    ],
     "extensions.showRecommendationsOnlyOnDemand": true,
     "prettier.requireConfig": true,
-    "window.vibrancy": true,
-    "javascript.updateImportsOnFileMove.enabled": "prompt",
+    "javascript.updateImportsOnFileMove.enabled": "always",
     "search.smartCase": true,
-    "search.location": "panel"
+    "search.location": "panel",
+    "breadcrumbs.enabled": true,
+    "explorer.confirmDragAndDrop": false,
+    "nasc-touchbar.addCursorBelow": false,
+    "nasc-touchbar.togglePanel": false,
+    "nasc-touchbar.showCommands": true,
+    "macros": {
+        "autoFixAll": [
+            "tslint.fixAllProblems",
+            "eslint.executeAutofix",
+        ]
+    },
+    "typescript.updateImportsOnFileMove.enabled": "always",
+    "workbench.statusBar.visible": true,
+    "git.detectSubmodules": false,
+    "workbench.editor.highlightModifiedTabs": true,
+    "ruby.rubocop.onSave": false,
+    "gitlens.views.repositories.branches.layout": "list",
+    "gitlens.views.fileHistory.enabled": false,
+    "gitlens.views.lineHistory.enabled": false,
+    "gitlens.views.compare.files.layout": "auto",
+    "gitlens.views.search.files.layout": "auto",
+    "diffEditor.renderSideBySide": true,
+    "yaml.schemas": {
+        "none": "pipeline.yaml"
+    },
+    "editor.smoothScrolling": true,
+    "typescript.suggest.completeFunctionCalls": true,
+    "javascript.suggest.completeFunctionCalls": true,
+    "terminal.integrated.copyOnSelection": true,
+    "gitlens.views.compare.avatars": false,
+    "gitlens.views.repositories.avatars": false,
+    "gitlens.views.search.avatars": false,
+    "editor.minimap.renderCharacters": false,
+    "errorLens.addAnnotationTextPrefixes": false,
+    "editor.suggestSelection": "first",
+    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
+    "bracket-pair-colorizer-2.highlightActiveScope": true,
+    "spellright.groupDictionaries": false,
+    "errorLens.enabledDiagnosticLevels": [],
+    "gitTreeCompare.diffMode": "full"
 }

+ 19 - 3
Code/list-extensions.txt

@@ -1,4 +1,3 @@
-Tyriar.sort-lines
 aeschli.vscode-css-formatter
 akfish.vscode-devdocs
 alefragnani.Bookmarks
@@ -10,19 +9,28 @@ castwide.solargraph
 chenxsan.vscode-standardjs
 christian-kohler.npm-intellisense
 christian-kohler.path-intellisense
-CoenraadS.bracket-pair-colorizer
+CoenraadS.bracket-pair-colorizer-2
 cssho.vscode-svgviewer
 dbaeumer.vscode-eslint
+DotJoshJohnson.xml
 eamodio.gitlens
+EditorConfig.EditorConfig
 eg2.tslint
 eg2.vscode-npm-script
+eriklynd.json-tools
 esbenp.prettier-vscode
 fabiospampinato.vscode-github-notifications-bell
-flowtype.flow-for-vscode
+felipe.nasc-touchbar
+gcazaciuc.vscode-flow-ide
+geddski.macros
+GitHub.vscode-pull-request-github
 hbenl.vscode-firefox-debug
 heptio.jsonnet
 HookyQR.beautify
+hoovercj.vscode-settings-cycler
 idleberg.applescript
+JakeBecker.elixir-ls
+jpoissonnier.vscode-styled-components
 k3a.theme-dark-plus-contrast
 KnisterPeter.vscode-github
 krizzdewizz.tag-rename
@@ -34,14 +42,18 @@ mechatroner.rainbow-csv
 mikestead.dotenv
 misogi.ruby-rubocop
 mohsen1.react-javascript-to-typescript-transform-vscode
+ms-vscode.Go
 ms-vscode.sublime-keybindings
 ms-vsliveshare.vsliveshare
 msjsdiag.debugger-for-chrome
 paragdiwan.gitpatch
 PeterJausovec.vscode-docker
 pflannery.vscode-versionlens
+PhilHindle.errorlens
+planbcoding.vscode-react-refactor
 qezhu.gitlink
 rebornix.ruby
+redhat.vscode-yaml
 ricard.postcss
 sadesyllas.vscode-workspace-switcher
 sandy081.todotasks
@@ -49,5 +61,9 @@ sdras.night-owl
 shinnn.stylelint
 silvenon.mdx
 timonwong.shellcheck
+Tyriar.sort-lines
 v4run.transpose
+vilicvane.es-quotes
+VisualStudioExptTeam.vscodeintellicode
+wix.glean
 xabikos.JavaScriptSnippets