diff --git a/settings.json b/settings.json index 9d74b7e..23fb1bc 100644 --- a/settings.json +++ b/settings.json @@ -51,4 +51,24 @@ "gitlens.codeLens.authors.enabled": false, "gitlens.codeLens.recentChange.enabled": 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, }