Add GitLens to standard vscode extensions

This also includes the necessary extension settings to work out of the
box the way I'd like it.
master
Jordan Atwood 1 year ago
parent 6cf108bc21
commit 16f5173b88
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 1
      vscode/extensions
  2. 5
      vscode/settings.json

@ -1,2 +1,3 @@
eamodio.gitlens
EditorConfig.EditorConfig
timonwong.shellcheck

@ -28,6 +28,11 @@
"explorer.confirmDragAndDrop": false,
"files.autoSave": "afterDelay",
"files.enableTrash": false,
"gitlens.showWelcomeOnInstall": false,
"gitlens.defaultGravatarsStyle": "identicon",
"gitlens.codeLens.scopes": [
"document"
],
"html.autoCreateQuotes": false,
"python.analysis.typeCheckingMode": "strict",
"workbench.startupEditor": "none",

Loading…
Cancel
Save