mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-11 02:32:36 -05:00
Adds setting to control CodeLens debug info
This commit is contained in:
@@ -303,6 +303,11 @@
|
||||
"default": false,
|
||||
"description": "Specifies debug mode"
|
||||
},
|
||||
"gitlens.advanced.codeLens.debug": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Specifies whether or not to show debug information in CodeLens"
|
||||
},
|
||||
"gitlens.advanced.git": {
|
||||
"type": "string",
|
||||
"default": null,
|
||||
|
||||
Reference in New Issue
Block a user