Eric Amodio
b25234c3a0
Removes "configuration" from config title
6 years ago
Eric Amodio
5158736ca2
Adds languageId to debug code lens
6 years ago
Eric Amodio
f47a92e324
Resolves #436 - Copy to clipboard not working
6 years ago
Eric Amodio
1185fa2a58
Updates dependencies
6 years ago
Eric Amodio
9c0d6553a5
Adds hovers.avatars setting to the interactive settings editor
6 years ago
Eric Amodio
7201935053
Adds recognition for Segev Finer's contribution
6 years ago
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 years ago
Eric Amodio
12a93fe5f6
Preps v8.4.1
6 years ago
Eric Amodio
197a4abfdc
Fixes issue with insiders caused by new `SymbolInformation` API changes
6 years ago
Eric Amodio
11dc8f37f7
Makes scopes optional on codeLens.scopesByLanguage
6 years ago
Eric Amodio
cbb69869d9
Adds heatmap to features overview and fixes phrasing
6 years ago
Eric Amodio
cd90faa526
Preps v8.4.0
6 years ago
Eric Amodio
8a2bf40adb
Updates launch & tasks with unified watch
6 years ago
Eric Amodio
44566b4ec9
Revamps heatmap - median relative age & customizable cold/hot colors
Closes #419 - Make blame heatmap color configurable
6 years ago
Eric Amodio
522788fe58
Adds missing semi
6 years ago
Eric Amodio
ef6e5b162b
Updates dependencies
6 years ago
Eric Amodio
de83305095
Adds new branch history node under status
6 years ago
Eric Amodio
4e1e52f51c
Changes ⟷ placement to be after mini diff
6 years ago
Eric Amodio
ec78a658ff
Adds recognition for Maxim Pekurin's contribution
6 years ago
Maxim Pekurin
9793d1da44
Adds GitLab icon
6 years ago
Maxim Pekurin
73ed78e4a0
Adds VSTS icon
6 years ago
Eric Amodio
1de7fd8489
Adds recognition for Roy Ivy III's contribution
6 years ago
Roy Ivy III
25e75d4631
add color suppression to all uses of `diff` and `status` verbs
6 years ago
Roy Ivy III
8c76f204f4
refactor color suppression options to use 'false'
6 years ago
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 years ago
Eric Amodio
8f30d0bcd9
Fixes #409 - removes $(ellipsis) from placeholder text
6 years ago
Eric Amodio
3fc6134ad0
Updates lint formatting
6 years ago
Eric Amodio
b5f3b0a751
Fixes #412 - Respects output level for tracing when debugging
6 years ago
Eric Amodio
427fcdeec3
Adds apply changes command to status file nodes
6 years ago
Eric Amodio
04ca78f706
Preps v8.3.5
6 years ago
Eric Amodio
f247487276
Adds better logging for isTracked
6 years ago
Eric Amodio
4da705b29b
Fixes missing awaits for proper error handling
6 years ago
Eric Amodio
9fe4597419
Fixes source mapping
6 years ago
Eric Amodio
6b341c5ae6
Fixes #295 , #318 - any error during repo search kills GitLens
6 years ago
Eric Amodio
bc4a84d279
Preps v8.3.4
6 years ago
Eric Amodio
924d40cfcd
Fixes the openWorkingFile command to always show when desired
6 years ago
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 years ago
Eric Amodio
fa00c94850
Fixes #400 - Reset TO commit also resets chosen one
6 years ago
Eric Amodio
876badacf4
Fixes issues with failing to load GitLens after bundling
6 years ago
Eric Amodio
b2452913ce
Fixes issue with chorded key for diffWithPreviousInDiff
6 years ago
Eric Amodio
b208e51ebf
Fixes #397 - Error while opening views using `Open View` command
6 years ago
Eric Amodio
d06537946c
Closes #394 - Linux clipboard w/o any external deps
6 years ago
Cédric Malard
43b87c3fe2
Support Linux without requiring external dependency (xclip)
6 years ago
Eric Amodio
56a6810294
Adds recognition for Cédric Malard's contribution
6 years ago
Cédric Malard
8ceb663400
Fixes #392 - unable to contribute if default script shell is sh
6 years ago
Eric Amodio
fe4a07199e
Adds recognition for ryenus' contribution
6 years ago
ryenus
4fef40af3b
add another unknownRevision error
The following error also caused blame not working:
> git rev-parse --symbolic-full-name my_branch@{u}
fatal: upstream branch 'refs/heads/my_branch' not stored as a remote-tracking branch
6 years ago
Eric Amodio
b4c14d433b
Fixes #391 - historyExplorer.enabled always gets set
6 years ago
Eric Amodio
969ba41133
Removes some `as any` usages
6 years ago
Eric Amodio
2ad9524d74
Updates dependencies
Fixes issue with new typescript
Pins node version to match vscode's version (7.9)
6 years ago