You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the improvement that you'd like
Rename numerous extension settings to leverage Visual Studio Code's setting grouping. This will make Git Graph settings easier to find / discover.
Additional context (optional)
If you previously used any of the renamed settings, the value you previously set will still be used until you set the equivalent setting with the new name.
The precedence of renamed settings is:
Level
Name
Scope
1
New
Workspace
2
Old
Workspace
3
New
Global
4
Old
Global
5
New
Default Value
The text was updated successfully, but these errors were encountered:
Describe the improvement that you'd like
Rename numerous extension settings to leverage Visual Studio Code's setting grouping. This will make Git Graph settings easier to find / discover.
The renamed settings are:
git-graph.commitDetailsView.autoCenter
(wasgit-graph.autoCenterCommitDetailsView
)git-graph.commitDetailsView.fileView.fileTree.compactFolders
(wasgit-graph.commitDetailsViewFileTreeCompactFolders
)git-graph.commitDetailsView.fileView.type
(wasgit-graph.defaultFileViewType
)git-graph.commitDetailsView.location
(wasgit-graph.commitDetailsViewLocation
)git-graph.date.format
(wasgit-graph.dateFormat
)git-graph.date.type
(wasgit-graph.dateType
)git-graph.graph.colours
(wasgit-graph.graphColours
)git-graph.graph.style
(wasgit-graph.graphStyle
)git-graph.referenceLabels.alignment
(wasgit-graph.referenceLabelAlignment
)git-graph.referenceLabels.combineLocalAndRemoteBranchLabels
(wasgit-graph.combineLocalAndRemoteBranchLabels
)git-graph.repository.commits.fetchAvatars
(wasgit-graph.fetchAvatars
)git-graph.repository.commits.initialLoad
(wasgit-graph.initialLoadCommits
)git-graph.repository.commits.loadMore
(wasgit-graph.loadMoreCommits
)git-graph.repository.commits.loadMoreAutomatically
(wasgit-graph.loadMoreCommitsAutomatically
)git-graph.repository.commits.mute.commitsThatAreNotAncestorsOfHead
(wasgit-graph.muteCommitsThatAreNotAncestorsOfHead
)git-graph.repository.commits.mute.mergeCommits
(wasgit-graph.muteMergeCommits
)git-graph.repository.commits.order
(wasgit-graph.commitOrdering
)git-graph.repository.commits.showSignatureStatus
(wasgit-graph.showSignatureStatus
)git-graph.repository.fetchAndPrune
(wasgit-graph.fetchAndPrune
)git-graph.repository.includeCommitsMentionedByReflogs
(wasgit-graph.includeCommitsMentionedByReflogs
)git-graph.repository.onLoad.scrollToHead
(wasgit-graph.openRepoToHead
)git-graph.repository.onLoad.showCheckedOutBranch
(wasgit-graph.showCurrentBranchByDefault
)git-graph.repository.onlyFollowFirstParent
(wasgit-graph.onlyFollowFirstParent
)git-graph.repository.showCommitsOnlyReferencedByTags
(wasgit-graph.showCommitsOnlyReferencedByTags
)git-graph.repository.showTags
(wasgit-graph.showTags
)git-graph.repository.showUncommittedChanges
(wasgit-graph.showUncommittedChanges
)git-graph.repository.showUntrackedFiles
(wasgit-graph.showUntrackedFiles
)git-graph.repository.useMailmap
(wasgit-graph.useMailmap
)git-graph.openNewTabEditorGroup
(wasgit-graph.openDiffTabLocation
)Additional context (optional)
If you previously used any of the renamed settings, the value you previously set will still be used until you set the equivalent setting with the new name.
The precedence of renamed settings is:
The text was updated successfully, but these errors were encountered: