code: add gitlens extension

This commit is contained in:
Guilherme Rugai Freire 2021-09-12 16:09:59 -03:00
parent 2b6455a115
commit e6415d7560
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -11,6 +11,8 @@
"workbench.editor.labelFormat": "short", "workbench.editor.labelFormat": "short",
"workbench.startupEditor": "none", "workbench.startupEditor": "none",
"files.defaultLanguage": " ${activeEditorLanguage}", "files.defaultLanguage": " ${activeEditorLanguage}",
"gitlens.codeLens.enabled": false,
"gitlens.hovers.currentLine.over": "line",
"material-icon-theme.folders.associations": { "material-icon-theme.folders.associations": {
"infra": "app", "infra": "app",
"entities": "class", "entities": "class",