Eric Amodio
e3059e26b2
Pads milliseconds for alignment
7 years ago
Eric Amodio
e102621596
Cleans up logging
7 years ago
Eric Amodio
14ed9a4303
Changes naming for consistency
7 years ago
Eric Amodio
846195e378
Stops code lens jumping when editing
7 years ago
Eric Amodio
29eabe06d1
Refactors all-the-things to reduce lag for #178
7 years ago
Eric Amodio
bebe0c2d9b
Adds GCM env vars to protect credentials
7 years ago
Eric Amodio
86c413081d
Sets decoration range behavior
7 years ago
Eric Amodio
e2e306fde4
Closes #165 - support renames w/ branch compare
7 years ago
Eric Amodio
74429a4748
Adds more commit search support for #127
Adds ~ to search for changes
Adds = to search for changes with new occurrences only
7 years ago
Eric Amodio
28be46831b
Adds commit search progress indicator
7 years ago
Eric Amodio
1353643fb3
Adds more multi-root support
7 years ago
Eric Amodio
183c7e79d2
Adds multi-root support
7 years ago
Eric Amodio
cf9825fe40
Renames and reordering
7 years ago
Eric Amodio
4c1af692c6
Deals with missing repoPath
7 years ago
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