Eric Amodio
a953e113f1
Overhauls recent change annotations
Renamed to Gutter Changes
Provides local changes if any, or recent commit changes
Distinguishes between added, changed, and removed lines
Shows a hover for the full diff hunk
Shows diff even with unsaved changes
4年前
Eric Amodio
929ffa7a46
Adds better handling of invalid credentials
Reworks timed out prs in line annotations
4年前
Eric Amodio
4d3a433430
Fixes lint issues
4年前
Eric Amodio
5299ca075e
Changes heatmap to be in the gutter
Changes heatmap colorization for better clarity
Changes blame avatars to be w/ the annotations rather than in the gutter
4年前
Eric Amodio
7f7c2e2535
Fixes lint issues
4年前
Eric Amodio
1bf485eaa5
Overhauls git command quickpick menus
4年前
Eric Amodio
cc126a4b4c
Uses data uri for gutter hightlight
Eventually will allow for ThemeColor customizations
4年前
Eric Amodio
742299eec4
Renames gravatar when not gravatar specific
4年前
Eric Amodio
175a81eabe
Updates dependencies & prettiers
4年前
Eric Amodio
9b780a0d8d
Fixes issues with alphanumeric autolinks
4年前
Eric Amodio
c08bbc8b44
Adds more debug logging
4年前
Eric Amodio
088627c899
Supports issues or pull requests in autolinks
4年前
Eric Amodio
df43dffaaf
Closes #946 - adds alphanumeric flag to autolinks
Fixes ignoreCase flag on autolinks
4年前
Eric Amodio
947b988c69
Adds autolink support in plain text (as footnotes)
5年前
Eric Amodio
a661381912
Refines PR & issue autolink timeouts and perf
5年前
Eric Amodio
7978f5887f
Allows autolinks inside parentheses
5年前
Eric Amodio
5b57f5a4c7
Reworks PRs & autolink enhancers
Uses the default remote only
Changes to settings per usage
5年前
Eric Amodio
7936163842
Adds issue titles to autolinks (if connected)
5年前
Eric Amodio
dca520b790
Adds assocd. PR info to line annotations & hovers
5年前
Eric Amodio
e88b960434
Splits annotations and hovers
5年前
Eric Amodio
4f266fadaa
Improves perf of contributors & details hover
Moves current user to the top of the contributors marked w/ (you) suffix
Adds a max timeout to live share presence requests (250ms)
Only requests the presence of the current user in the contributors view
5年前
Eric Amodio
913827a44b
Fixes autolinking with remote providers
5年前
Eric Amodio
59e7685454
Closes #897 - Adds autolink support
5年前
Eric Amodio
d60fdfd62b
Adds hightlight changes commands to commit files
Fixes recent changes for revision files
5年前
Eric Amodio
e64c8bc406
Reworks line tracking to avoid sync issues
5年前
Eric Amodio
8fa2cab443
Adds more logging
5年前
Eric Amodio
3ed0ea195f
Adds more logging for when line blame is skipped
5年前
Eric Amodio
798213df5f
Changes configuration to have better type safety
5年前
Eric Amodio
59d9071a9b
Updates prettier config
Giving up on better else/catch/finally formatting -- can't fight anymore
Switching to tabs for better accessibility
https://twitter.com/sh4na/status/1146837957200027648
5年前
Eric Amodio
cc561722bb
Updates eslint & fixes lint issues
5年前
Eric Amodio
8a090bd54e
Adds new git commands features
Adds arbitrary ref support to cherry-pick git command
Enhances the feedback when choosing an arbitrary ref
5年前
Eric Amodio
9b9d10f5d1
Fixes #792 - Adds tips token to commit formatting
5年前
Eric Amodio
2892a465d8
Adds sorting/filtering to branch/tag methods
Consolidates more reusable logic into GitService
5年前
Eric Amodio
0c9811028b
Adds is method to many types
5年前
Eric Amodio
39af55655b
Updates dependencies & runs prettier formatting
5年前
Eric Amodio
48ffc9fa87
Replaces usages of workspace.getConfiguration
5年前
Eric Amodio
643e2262df
Overhauls previous line diffing - closes #719
Changes & Details hovers now know about staged vs unstaged changes
Significantly increased accuracy with the following:
- Open Line Changes with Previous Revision
- Open Changes with Previous Revision
- Changes & Details hovers
5年前
Eric Amodio
26cbee6d60
Makes GitUri immutable & memoizes many members
5年前
Eric Amodio
00d3ee0c9e
Cleans up annotations a bit
5年前
Eric Amodio
6d9a666d12
Renames some members for consistency
5年前
Eric Amodio
2130072b97
Removes extra container call
5年前
Eric Amodio
818242c6c6
Renames getLogCommit* methods
Removes getRecentLogCommitForFile
5年前
Eric Amodio
10a3b7e279
Fixes changes hover with renamed files
5年前
Eric Amodio
751ad0ecfd
Adds live share presence support
5年前
Eric Amodio
b94b97135d
Adds more debug logging
5年前
Eric Amodio
c69777e985
Fixes diffs with renamed files
5年前
Eric Amodio
2bce0e5b74
Maintains line when opening changes from hovers
5年前
Eric Amodio
f625d37b00
Improves changes hover accuracy & diff rendering
Adds hovers.changesDiff setting for line vs hunk diff
5年前
Eric Amodio
1d924e2e24
Reworks & reorganizes the webview code
Splits App into AppBase & AppWithConfigBase for impl of new webviews
5年前
Eric Amodio
286da64261
Stops related commit highlighting on initial blame
5年前