Eric Amodio
ad2bc4eb3b
Overhauls configuration
6 vuotta sitten
Eric Amodio
787b2bd117
Updates typescript
6 vuotta sitten
Eric Amodio
c42cdd5459
Fixes #266 - I'm an idiot and used the wrong date format
6 vuotta sitten
Eric Amodio
73f58b0b54
Fixes #265 - use ClosedOpen decoration behavior
6 vuotta sitten
Eric Amodio
5ec0a0b468
Fixes missing avatars in non-compact mode
6 vuotta sitten
Eric Amodio
acb7f9f046
Fixes selection not getting restored in blame
Tweaks the blame animation
Fixes issues with blame and the active editor
6 vuotta sitten
Eric Amodio
1b0d516b01
Fixes recent changes annotations
6 vuotta sitten
Eric Amodio
fbb1328007
Stops exposing underlying TextDocument
6 vuotta sitten
Eric Amodio
ab9d0eb7b4
Renames getLogCommit to getLogCommitForFile
Adds new getLogCommit
Adds getRecentLogCommitForFile
Renames getLogForRepo to getLog
Renames getLogForRepoSearch to getLogForSearch
6 vuotta sitten
Eric Amodio
e50fe6928e
Fixes #247 - File blame annotations won't go away
6 vuotta sitten
Eric Amodio
5682da6aab
Fixes missing sha
6 vuotta sitten
Eric Amodio
e66046ba3c
Restores additional decorations
6 vuotta sitten
Eric Amodio
52e9441aea
Moves config interfaces into single file
6 vuotta sitten
Eric Amodio
536cae05f3
Adds avatars to gutter and hover blame annotations
6 vuotta sitten
Eric Amodio
9f40bf037a
Closes #112 - Adds blame support for unsaved files
Adds a static "container"
Adds a document tracker - replaces the context tracker
Adds a line tracker
Refactors all the things - better performance, lower overhead, less code, more separation of concerns, more maintainable (hopefully)
Changes dirty blame to only happen after a "idle" delay
Closes open file annotations on edit (too expensive to track changes)
6 vuotta sitten
Eric Amodio
5ba18860cb
Defers provider reset
6 vuotta sitten
Eric Amodio
8212659460
Closes #112 - Adds blame support for unsaved files
6 vuotta sitten
Eric Amodio
b01d7abb62
Closes #182 - adds heatmap annotations
7 vuotta sitten
Eric Amodio
7988cfdcea
Adds font-[style|weight] control to annotations
7 vuotta sitten
Eric Amodio
bad7ac447a
Refactors to use options obj for optional params
7 vuotta sitten
Alexey Vasyukov
838fcbf0a1
Tuned blame line highlighting
7 vuotta sitten
Eric Amodio
c3f632c54d
Fixes #228 - gutter annotation isn't sized properly
7 vuotta sitten
Eric Amodio
b5640fde68
Overhauls uri handling
Fixes #220 - Open revision results in empty file
Fixes SO many bugs
7 vuotta sitten
Eric Amodio
227ebeb18d
Adds support for staged changes
7 vuotta sitten
Eric Amodio
fdc2e89c18
Adds real theming support
7 vuotta sitten
Eric Amodio
c2ac4498ef
Fixes from deepscan.io
7 vuotta sitten
Eric Amodio
0be0a56577
Fixes #201 checks tracking vs has remotes
7 vuotta sitten
Eric Amodio
fe40f488dd
Updates configuration usage for multi-root
Uses new ConfigurationChangeEvent arg
7 vuotta sitten
Eric Amodio
20b6be9652
Fixes errors from typescipt upgrade
Adds Arrays.filterMap
Reworks repo status message computation
7 vuotta sitten
Eric Amodio
a785cfd22e
Adds readonly to ctor props
7 vuotta sitten
Eric Amodio
bfdcaad496
Removes unneeded arrays
7 vuotta sitten
Eric Amodio
cd35188aec
Refactors line hover annotations to be lazy eval
7 vuotta sitten
Eric Amodio
14ed9a4303
Changes naming for consistency
7 vuotta sitten
Eric Amodio
29eabe06d1
Refactors all-the-things to reduce lag for #178
7 vuotta sitten
Eric Amodio
86c413081d
Sets decoration range behavior
7 vuotta sitten
Eric Amodio
c02ff46dc3
Adds changes hover to file annotations
7 vuotta sitten
Eric Amodio
a38f1632bf
Fixes annotation provider clear/show on setting change
7 vuotta sitten
Eric Amodio
c2a352fc66
Fixes incorrectly setting isBlameable context
7 vuotta sitten
Eric Amodio
a3912b7d89
Remembers editor annotation state
7 vuotta sitten
Eric Amodio
e8c47c425a
Fixes missing hovers in revisions
7 vuotta sitten
Eric Amodio
ad79ac110f
Removes whitespace controller
7 vuotta sitten
Eric Amodio
1d3845b0c9
Closes #66 - Removes peek explorers
Converts type/const into string enums
Refactors command initialization
7 vuotta sitten
Eric Amodio
5e62d5e40b
Adds new command bar to hover annotations
Adds new open file revision command with annotation support
7 vuotta sitten
Eric Amodio
7e88cb7368
Re-adds commit id for consistency
Tightens up spacing as well
7 vuotta sitten
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 vuotta sitten
Eric Amodio
c44e4c6968
Fixes Objects.values types
7 vuotta sitten
Eric Amodio
99d6da9c90
Fixes issue with whitespace collapsing in decorations
7 vuotta sitten
Eric Amodio
70071448d6
Closes #146 - Attempts to deal with emoji in gutter
Adds ability to automagically set the width of the gutter annotations
7 vuotta sitten
Eric Amodio
079f7b7f36
Switches to use a unicode arrow for the external link icon
7 vuotta sitten
Eric Amodio
2809991096
Closes #116 - adds full commit msg to annotations
Switches to use HoverProvider for hovers in file blames
7 vuotta sitten