Update settings.json
This commit is contained in:
parent
483ebefdb3
commit
eac906d17e
|
@ -51,4 +51,24 @@
|
||||||
"gitlens.codeLens.authors.enabled": false,
|
"gitlens.codeLens.authors.enabled": false,
|
||||||
"gitlens.codeLens.recentChange.enabled": false,
|
"gitlens.codeLens.recentChange.enabled": false,
|
||||||
"python.linting.pylintEnabled": false,
|
"python.linting.pylintEnabled": false,
|
||||||
|
"gitlens.menus": {
|
||||||
|
"editor": false,
|
||||||
|
"editorGroup": false,
|
||||||
|
"editorTab": false,
|
||||||
|
"explorer": false,
|
||||||
|
"scmGroup": {
|
||||||
|
"compare": true,
|
||||||
|
"openClose": true,
|
||||||
|
"stash": true,
|
||||||
|
"stashInline": true
|
||||||
|
},
|
||||||
|
"scmItem": {
|
||||||
|
"clipboard": true,
|
||||||
|
"compare": true,
|
||||||
|
"history": true,
|
||||||
|
"remote": true,
|
||||||
|
"stash": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hexdump.btnEnabled": false,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue