gitInfo.setCommitURL |
String |
"" |
- Allows the user to set the commit URL that is opened. If this is left empty the extension will try to build the URL based on all of the information available
|
gitInfo.copyLinkInsteadOfOpening |
Boolean |
false |
- Toggles wether the link to the commit page should be copied to the clipboard instead of opened instantly
|
gitInfo.statusBarMessageDisplayLeft |
Boolean |
true |
- Should the info bar be displayed on the left or right
|
gitInfo.statusBarPositionPriority |
Integer |
0 |
- Priority of the info bars position. Higher values put it further to the left/right.
|
gitInfo.infoMessageFormat |
String |
Summary: ${gitInfo.summary} |
- The message that is displayed in the info pop-up
|
gitInfo.infoMessageCopied |
String |
Link copied to clipboard! |
- The message that is displayed when the link to the commit was copied
|
gitInfo.statusBarMessageFormat |
String |
$(git-commit)From: ${gitInfo.committer} (${gitInfo.timeAgo}) |
The message that is displayed in the info bar
|
gitInfo.statusBarMessageNoFileOpened |
String |
$(git-commit)Git info |
The message that is displayed in the info bar when no file is opened
|
gitInfo.statusBarMessageNoRepo |
String |
$(git-commit)Git info |
The messaage that is displayed in the info bar when the opened file is not part of any repo
|
gitInfo.statusBarMessageIgnoredFile |
String |
$(git-commit)File is ignored |
The message that is displayed in the info bar when the opened file is being ignored by the .gitignore
|
gitInfo.statusBarMessageNoCommit |
String |
$(git-commit)Not Committed Yet |
The message that is displayed in the info bar when the current line has changes that are not yet committed
|
gitInfo.statusBarMessageNoInfoFound |
String |
$(git-commit)No info found |
The message that is displayed in the info bar when the extension couldnt find any git entries for the selected line
|
gitInfo.statusBarMessageLoading |
String |
$(sync~spin)Loading... |
The message that is displayed in the info bar when the extension is loading
|