Eric Amodio
de48a2bb86
Removes _ from private method names
7 years ago
Eric Amodio
d3191e65d8
Fixes #174 - Editor commands not working
7 years ago
Eric Amodio
2a0407b7c3
Fixes issues with tracking the "active" editor
Updates no active file message in view
7 years ago
Eric Amodio
6d09a1a9f2
Adds auto-refresh setting to the custom view
Adds auto-refresh toggling commands
Adds per-workspace state for toggling auto-refresh on/off
Adds layout selection commands
7 years ago
Eric Amodio
c8c4b833af
Fixes extra refresh of view
7 years ago
Eric Amodio
d08c442436
Avoids uncommitted sha in commit search
7 years ago
Eric Amodio
cb133d8906
Closes #164 - adds open all changes in difftool
Renames directory compare commands
7 years ago
Eric Amodio
90b97abbeb
Closes #163 - stops refresh when unfocused
7 years ago
Eric Amodio
61ce8adad0
Fixes issues with tracked .gitignore'd files
7 years ago
Eric Amodio
34a490725f
Fixes missing git command logging
7 years ago
Eric Amodio
8eeb0aa12b
Fixes #168 - missing process env
7 years ago
Eric Amodio
8552c1ff75
Fixes blame context after save
7 years ago
Eric Amodio
0f44a76adf
Uses date-fns instead of moment.js
7 years ago
Eric Amodio
5cd30ab268
Fixes openEditor with GitUris
7 years ago
Eric Amodio
7bb48ae00b
Fixes stashed file diffs
7 years ago
Eric Amodio
a4115ffdee
Replaces strings with enums
7 years ago
Eric Amodio
c02ff46dc3
Adds changes hover to file annotations
7 years ago
Eric Amodio
a38f1632bf
Fixes annotation provider clear/show on setting change
7 years ago
Eric Amodio
c2a352fc66
Fixes incorrectly setting isBlameable context
7 years ago
Eric Amodio
d22deb7475
Changes git code lens custom locations
Reworks settings to easily include/exclude symbols for git code lens
7 years ago
Eric Amodio
a6320574f2
Adds no lock env for #163
7 years ago
Eric Amodio
0c76a72cc3
Avoids duplicates reasons
7 years ago
Eric Amodio
fea2980aed
Updates to latest vscode version
7 years ago
Eric Amodio
2318e2bcde
Updates dependencies
Removes unneeded typings file
7 years ago
Eric Amodio
a948fd8246
Fixes #161 - removes git output colors
7 years ago
Eric Amodio
a3912b7d89
Remembers editor annotation state
7 years ago
Eric Amodio
e8c47c425a
Fixes missing hovers in revisions
7 years ago
Eric Amodio
f81dfd03ca
Stops pushing into subscription array
7 years ago
Eric Amodio
ad79ac110f
Removes whitespace controller
7 years ago
Eric Amodio
1d3845b0c9
Closes #66 - Removes peek explorers
Converts type/const into string enums
Refactors command initialization
7 years ago
Eric Amodio
5e62d5e40b
Adds new command bar to hover annotations
Adds new open file revision command with annotation support
7 years ago
Eric Amodio
1cecab43f5
Fixes `gitlens-git` file paths and blameability
7 years ago
Eric Amodio
88421c586d
Fixes diffWith when called with no previous sha
7 years ago
Eric Amodio
5de0196cee
Fixes issue with remote cache normalization
7 years ago
Eric Amodio
7e88cb7368
Re-adds commit id for consistency
Tightens up spacing as well
7 years ago
SpaceEEC
031b4fff53
only show remote and details command and diff message where applicable
That being:
- The removal of the 'open in remote' and 'show commit details' commands for uncomitted changes.
- The removal of the diff message when there is no previous commit available (e.g. the line was never changed after comitting the file).
7 years ago
Eric Amodio
73cc8d29ba
Fixes bad rename
7 years ago
Eric Amodio
e70dd6d8c7
Closes #148 - Adds custom provider support
7 years ago
Eric Amodio
d111fb033e
Changes reset to remove keys
7 years ago
Eric Amodio
e316659111
Cleans up some nitpick issues
7 years ago
Chris Kaczor
61e3708233
Add "external diff" command to SCM groups and files
7 years ago
Eric Amodio
b56d101f76
Fixes #153 - untracked folder files don't show properly
7 years ago
Eric Amodio
ce9394297d
Adds new file layouts to the custom view
7 years ago
Eric Amodio
4d18bf708d
Adds new ${directory} token
Changes ${path} token to be the full path
Adds relative formatting support
7 years ago
Eric Amodio
c44e4c6968
Fixes Objects.values types
7 years ago
Eric Amodio
c5f57172e4
Fixes issue where work tree files could no show up
7 years ago
Eric Amodio
393ec351f0
Adds gitlens.gitExplorer.includeWorkingTree setting
Adds auto-update for working trree
Fixes issues with working tree status
7 years ago
Eric Amodio
99d6da9c90
Fixes issue with whitespace collapsing in decorations
7 years ago
Eric Amodio
0eb202b8ae
Closes #150 - adds auto view to custom view
7 years ago
Eric Amodio
65736a6ce7
Adds watching of creates/deletes inside .git
7 years ago