Eric Amodio
7fb1705661
Update dependencies
6年前
Eric Amodio
e04e78383c
Updates backers
6年前
Eric Amodio
83d2815beb
Fixes missing image from package
6年前
Eric Amodio
2d68740de5
Fixes empty scope box
6年前
Eric Amodio
500323a70f
Fixes issue with editor focus and compare commands
6年前
Eric Amodio
d81f4f4339
Fixes issue where file history wasn't auto updated
6年前
Eric Amodio
9dbb25ac12
Fixes issue where changed files count was wrong when behind upstream
6年前
Eric Amodio
91a54757de
Fixes #442 - File status fails if name (or path) starts with -
6年前
Eric Amodio
059ba44c07
Adds ability to show explorers in a GitLens view
6年前
Eric Amodio
164b0f0d0f
Renames history explorer to file history explorer
6年前
Eric Amodio
d790e9db04
Prettier all-the-things
6年前
Eric Amodio
b25234c3a0
Removes "configuration" from config title
6年前
Eric Amodio
5158736ca2
Adds languageId to debug code lens
6年前
Eric Amodio
f47a92e324
Resolves #436 - Copy to clipboard not working
6年前
Eric Amodio
1185fa2a58
Updates dependencies
6年前
Eric Amodio
9c0d6553a5
Adds hovers.avatars setting to the interactive settings editor
6年前
Eric Amodio
7201935053
Adds recognition for Segev Finer's contribution
6年前
Segev Finer
bffe2238f7
Add the gitlens.hovers.avatars configuration option
This setting allows disabling/enabling showing avatars in hovers. We
already have settings for the explorer and blame gutter, so it makes
sense to also have one for the hovers.
6年前
Eric Amodio
12a93fe5f6
Preps v8.4.1
6年前
Eric Amodio
197a4abfdc
Fixes issue with insiders caused by new `SymbolInformation` API changes
6年前
Eric Amodio
11dc8f37f7
Makes scopes optional on codeLens.scopesByLanguage
6年前
Eric Amodio
cbb69869d9
Adds heatmap to features overview and fixes phrasing
6年前
Eric Amodio
cd90faa526
Preps v8.4.0
6年前
Eric Amodio
8a2bf40adb
Updates launch & tasks with unified watch
6年前
Eric Amodio
44566b4ec9
Revamps heatmap - median relative age & customizable cold/hot colors
Closes #419 - Make blame heatmap color configurable
6年前
Eric Amodio
522788fe58
Adds missing semi
6年前
Eric Amodio
ef6e5b162b
Updates dependencies
6年前
Eric Amodio
de83305095
Adds new branch history node under status
6年前
Eric Amodio
4e1e52f51c
Changes ⟷ placement to be after mini diff
6年前
Eric Amodio
ec78a658ff
Adds recognition for Maxim Pekurin's contribution
6年前
Maxim Pekurin
9793d1da44
Adds GitLab icon
6年前
Maxim Pekurin
73ed78e4a0
Adds VSTS icon
6年前
Eric Amodio
1de7fd8489
Adds recognition for Roy Ivy III's contribution
6年前
Roy Ivy III
25e75d4631
add color suppression to all uses of `diff` and `status` verbs
6年前
Roy Ivy III
8c76f204f4
refactor color suppression options to use 'false'
6年前
Roy Ivy III
3991f4a11e
Fixes #415 - branch names mangled by color escapes
- add "-c color.branch=never" option to git branch commands, definitively disabling color branch output
.# Discussion
Branch names are mis-parsed if `git branch` output is colored (eg, when git is configured
with "config.branch=always"). Using the base "-c color.branch=never" option overrides any
user configuration, displaying git branch output as uncolored in all cases and fixing the
issue.
Notably, option ordering is important in this instance. The "-c ..." option is a git
base option, not a git branch subcommand option. So, as done here, it must be inserted
before the "branch" subcommand.
ref: Issue #415
6年前
Eric Amodio
8f30d0bcd9
Fixes #409 - removes $(ellipsis) from placeholder text
6年前
Eric Amodio
3fc6134ad0
Updates lint formatting
6年前
Eric Amodio
b5f3b0a751
Fixes #412 - Respects output level for tracing when debugging
6年前
Eric Amodio
427fcdeec3
Adds apply changes command to status file nodes
6年前
Eric Amodio
04ca78f706
Preps v8.3.5
6年前
Eric Amodio
f247487276
Adds better logging for isTracked
6年前
Eric Amodio
4da705b29b
Fixes missing awaits for proper error handling
6年前
Eric Amodio
9fe4597419
Fixes source mapping
6年前
Eric Amodio
6b341c5ae6
Fixes #295 , #318 - any error during repo search kills GitLens
6年前
Eric Amodio
bc4a84d279
Preps v8.3.4
6年前
Eric Amodio
924d40cfcd
Fixes the openWorkingFile command to always show when desired
6年前
Eric Amodio
d2a7a1ceb3
Fixes #399 - "Open x in Remote" commands aren't always available
Closes #209 - Open File in Remote should ask for a branch if no upstream
6年前
Eric Amodio
fa00c94850
Fixes #400 - Reset TO commit also resets chosen one
6年前
Eric Amodio
876badacf4
Fixes issues with failing to load GitLens after bundling
6年前