commits/ && config.gitlens.views.commits.files.layout == tree", "group": "3_gitlens@2" }, { "command": "gitlens.views.commits.setFilesLayoutToList", "when": "view =~ /^gitlens\\.views\\.commits/ && config.gitlens.views.commits.files.layout == auto", "group": "3_gitlens@2" }, { "command": "gitlens.views.commits.setFilesLayoutToTree", "when": "view =~ /^gitlens\\.views\\.commits/ && config.gitlens.views.commits.files.layout == list", "group": "3_gitlens@2" }, { "command": "gitlens.views.commits.setShowAvatarsOn", "when": "view =~ /^gitlens\\.views\\.commits/ && !config.gitlens.views.commits.avatars", "group": "5_gitlens@0" }, { "command": "gitlens.views.commits.setShowAvatarsOff", "when": "view =~ /^gitlens\\.views\\.commits/ && config.gitlens.views.commits.avatars", "group": "5_gitlens@0" }, { "command": "gitlens.views.commits.setShowBranchComparisonOn", "when": "view =~ /^gitlens\\.views\\.commits/ && !config.gitlens.views.commits.showBranchComparison", "group": "5_gitlens@1" }, { "command": "gitlens.views.commits.setShowBranchComparisonOff", "when": "view =~ /^gitlens\\.views\\.commits/ && config.gitlens.views.commits.showBranchComparison", "group": "5_gitlens@1" }, { "command": "gitlens.views.commits.setShowBranchPullRequestOn", "when": "view =~ /^gitlens\\.views\\.commits/ && !config.gitlens.views.commits.pullRequests.enabled && !config.gitlens.views.commits.pullRequests.showForBranches", "group": "5_gitlens@2" }, { "command": "gitlens.views.commits.setShowBranchPullRequestOff", "when": "view =~ /^gitlens\\.views\\.commits/ && config.gitlens.views.commits.pullRequests.enabled && config.gitlens.views.commits.pullRequests.showForBranches", "group": "5_gitlens@2" }, { "command": "gitlens.showGraph", "when": "view =~ /^gitlens\\.views\\.commits/ && gitlens:plus:enabled", "group": "8_gitlens_toggles@0" }, { "command": "gitlens.showRepositoriesView", "when": "!gitlens:hasVirtualFolders && view =~ /^gitlens\\.views\\.commits/", "group": "8_gitlens_toggles@1" }, { "command": "gitlens.views.addAuthors", "when": "!gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && view =~ /^gitlens\\.views\\.contributors/", "group": "navigation@10" }, { "command": "gitlens.views.contributors.refresh", "when": "view =~ /^gitlens\\.views\\.contributors/", "group": "navigation@99" }, { "command": "gitlens.views.contributors.setShowMergeCommitsOff", "when": "view =~ /^gitlens\\.views\\.contributors/ && !gitlens:views:contributors:hideMergeCommits", "group": "3_gitlens@0" }, { "command": "gitlens.views.contributors.setShowMergeCommitsOn", "when": "view =~ /^gitlens\\.views\\.contributors/ && gitlens:views:contributors:hideMergeCommits", "group": "3_gitlens@0" }, { "command": "gitlens.views.contributors.setShowAllBranchesOn", "when": "view =~ /^gitlens\\.views\\.contributors/ && !config.gitlens.views.contributors.showAllBranches", "group": "3_gitlens@1" }, { "command": "gitlens.views.contributors.setShowAllBranchesOff", "when": "view =~ /^gitlens\\.views\\.contributors/ && config.gitlens.views.contributors.showAllBranches", "group": "3_gitlens@1" }, { "command": "gitlens.views.contributors.setFilesLayoutToAuto", "when": "view =~ /^gitlens\\.views\\.contributors/ && config.gitlens.views.contributors.files.layout == tree", "group": "3_gitlens@2" }, { "command": "gitlens.views.contributors.setFilesLayoutToList", "when": "view =~ /^gitlens\\.views\\.contributors/ && config.gitlens.views.contributors.files.layout == auto", "group": "3_gitlens@2" }, { "command": "gitlens.views.contributors.setFilesLayoutToTree", "when": "view =~ /^gitlens\\.views\\.contributors/ && config.gitlens.views.contributors.files.layout == list", "group": "3_gitlens@2" }, { "command": "gitlens.views.contributors.setShowAvatarsOn", "when": "view =~ /^gitlens\\.views\\.contributors/ && !config.gitlens.views.contributors.avatars", "group": "5_gitlens@0" }, { "command": "gitlens.views.contributors.setShowAvatarsOff", "when": "view =~ /^gitlens\\.views\\.contributors/ && config.gitlens.views.contributors.avatars", "group": "5_gitlens@0" }, { "command": "gitlens.views.contributors.setShowStatisticsOn", "when": "view =~ /^gitlens\\.views\\.contributors/ && !config.gitlens.views.contributors.showStatistics", "group": "5_gitlens@1" }, { "command": "gitlens.views.contributors.setShowStatisticsOff", "when": "view =~ /^gitlens\\.views\\.contributors/ && config.gitlens.views.contributors.showStatistics", "group": "5_gitlens@1" }, { "command": "gitlens.views.drafts.refresh", "when": "view =~ /^gitlens\\.views\\.drafts/", "group": "navigation@99" }, { "command": "gitlens.views.drafts.create", "when": "view =~ /^gitlens\\.views\\.drafts/ && gitlens:plus", "group": "navigation@1" }, { "command": "gitlens.views.drafts.setShowAvatarsOn", "when": "view =~ /^gitlens\\.views\\.drafts/ && !config.gitlens.views.drafts.avatars", "group": "5_gitlens@0" }, { "command": "gitlens.views.drafts.setShowAvatarsOff", "when": "view =~ /^gitlens\\.views\\.drafts/ && config.gitlens.views.drafts.avatars", "group": "5_gitlens@0" }, { "command": "gitlens.views.drafts.info", "when": "view =~ /^gitlens\\.views\\.drafts/", "group": "8_info@1" }, { "command": "gitlens.views.fileHistory.setEditorFollowingOn", "when": "view =~ /^gitlens\\.views\\.fileHistory/ && gitlens:views:fileHistory:canPin && !gitlens:views:fileHistory:editorFollowing", "group": "navigation@10" }, { "command": "gitlens.views.fileHistory.setEditorFollowingOff", "when": "view =~ /^gitlens\\.views\\.fileHistory/ && gitlens:views:fileHistory:canPin && gitlens:views:fileHistory:editorFollowing", "group": "navigation@10" }, { "command": "gitlens.views.fileHistory.setCursorFollowingOn", "when": "!gitlens:hasVirtualFolders && view =~ /^gitlens\\.views\\.fileHistory/ && !gitlens:views:fileHistory:cursorFollowing", "group": "navigation@11" }, { "command": "gitlens.views.fileHistory.setCursorFollowingOff", "when": "!gitlens:hasVirtualFolders && view =~ /^gitlens\\.views\\.fileHistory/ && gitlens:views:fileHistory:cursorFollowing", "group": "navigation@11" }, { "command": "gitlens.views.fileHistory.refresh", "when": "view =~ /^gitlens\\.views\\.fileHistory/", "group": "navigation@99" }, { "command": "gitlens.views.fileHistory.changeBase", "when": "view =~ /^gitlens\\.views\\.fileHistory/", "group": "1_gitlens@0" }, { "command": "gitlens.views.fileHistory.setRenameFollowingOn", "when": "view =~ /^gitlens\\.views\\.fileHistory/ && !gitlens:views:fileHistory:cursorFollowing && !config.gitlens.advanced.fileHistoryFollowsRenames", "group": "3_gitlens@1" }, { "command": "gitlens.views.fileHistory.setRenameFollowingOff", "when": "view =~ /^gitlens\\.views\\.fileHistory/ && !gitlens:views:fileHistory:cursorFollowing && config.gitlens.advanced.fileHistoryFollowsRenames", "group": "3_gitlens@1" }, { "command": "gitlens.views.fileHistory.setShowMergeCommitsOn", "when": "view =~ /^gitlens\\.views\\.fileHistory/ && !gitlens:views:fileHistory:cursorFollowing && !config.gitlens.advanced.fileHistoryShowMergeCommits", "group": "3_gitlens@2" }, { "command": "gitlens.views.fileHistory.setShowMergeCommitsOff", "when": "view =~ /^gitlens\\.views\\.fileHistory/ && !gitlens:views:fileHistory:cursorFollowing && config.gitlens.advanced.fileHistoryShowMergeCommits", "group": "3_gitlens@2" }, { "command": "gitlens.views.fileHistory.setShowAllBranchesOn", "when": "view =~ /^gitlens\\.views\\.fileHistory/ && !gitlens:views:fileHistory:cursorFollowing && !config.gitlens.advanced.fileHistoryShowAllBranches", "group": "3_gitlens@3" }, { "command": "gitlens.views.fileHistory.setShowAllBranchesOff", "when": "view =~ /^gitlens\\.views\\.fileHistory/ && !gitlens:views:fileHistory:cursorFollowing && config.gitlens.advanced.fileHistoryShowAllBranches", "group": "3_gitlens@3" }, { "command": "gitlens.views.fileHistory.setShowAvatarsOn", "when": "view =~ /^gitlens\\.views\\.fileHistory/ && !config.gitlens.views.fileHistory.avatars", "group": "5_gitlens@0" }, { "command": "gitlens.views.fileHistory.setShowAvatarsOff", "when": "view =~ /^gitlens\\.views\\.fileHistory/ && config.gitlens.views.fileHistory.avatars", "group": "5_gitlens@0" }, { "command": "gitlens.views.graph.openInTab", "when": "view =~ /^gitlens\\.views\\.graph\\b/", "group": "navigation@-100" }, { "command": "gitlens.views.graph.refresh", "when": "view =~ /^gitlens\\.views\\.graph\\b/", "group": "navigation@-99" }, { "command": "gitlens.views.graphDetails.refresh", "when": "view =~ /^gitlens\\.views\\.graphDetails/", "group": "navigation@99" }, { "command": "gitlens.views.home.refresh", "when": "view =~ /^gitlens\\.views\\.home/", "group": "navigation@99" }, { "command": "gitlens.views.launchpad.refresh", "when": "view =~ /^gitlens\\.views\\.launchpad/", "group": "navigation@99" }, { "command": "gitlens.views.launchpad.setFilesLayoutToAuto", "when": "view =~ /^gitlens\\.views\\.launchpad/ && config.gitlens.views.launchpad.files.layout == tree", "group": "navigation@50" }, { "command": "gitlens.views.launchpad.setFilesLayoutToList", "when": "view =~ /^gitlens\\.views\\.launchpad/ && config.gitlens.views.launchpad.files.layout == auto", "group": "navigation@50" }, { "command": "gitlens.views.launchpad.setFilesLayoutToTree", "when": "view =~ /^gitlens\\.views\\.launchpad/ && config.gitlens.views.launchpad.files.layout == list", "group": "navigation@50" }, { "command": "gitlens.views.launchpad.setShowAvatarsOn", "when": "view =~ /^gitlens\\.views\\.launchpad/ && !config.gitlens.views.launchpad.avatars", "group": "5_gitlens@0" }, { "command": "gitlens.views.launchpad.setShowAvatarsOff", "when": "view =~ /^gitlens\\.views\\.launchpad/ && config.gitlens.views.launchpad.avatars", "group": "5_gitlens@0" }, { "command": "gitlens.views.launchpad.info", "when": "view =~ /^gitlens\\.views\\.launchpad/", "group": "8_info@1" }, { "command": "gitlens.showLineHistoryView", "when": "!gitlens:hasVirtualFolders && view =~ /^gitlens\\.views\\.fileHistory/", "group": "8_gitlens_toggles@0" }, { "command": "gitlens.views.lineHistory.setEditorFollowingOn", "when": "view =~ /^gitlens\\.views\\.lineHistory/ && !gitlens:views:lineHistory:editorFollowing", "group": "navigation@10" }, { "command": "gitlens.views.lineHistory.setEditorFollowingOff", "when": "view =~ /^gitlens\\.views\\.lineHistory/ && gitlens:views:lineHistory:editorFollowing", "group": "navigation@10" }, { "command": "gitlens.views.lineHistory.refresh", "when": "view =~ /^gitlens\\.views\\.lineHistory/", "group": "navigation@99" }, { "command": "gitlens.views.lineHistory.changeBase", "when": "view =~ /^gitlens\\.views\\.lineHistory/", "group": "1_gitlens@0" }, { "command": "gitlens.views.lineHistory.setShowAvatarsOn", "when": "view =~ /^gitlens\\.views\\.lineHistory/ && !config.gitlens.views.lineHistory.avatars", "group": "5_gitlens@0" }, { "command": "gitlens.views.lineHistory.setShowAvatarsOff", "when": "view =~ /^gitlens\\.views\\.lineHistory/ && config.gitlens