Update settings.json

This commit is contained in:
lianghongkey 2019-09-23 13:09:48 +08:00 committed by GitHub
parent 483ebefdb3
commit eac906d17e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -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,
} }