Eric Amodio
1d65dde1aa
Optimizes get current branch lookup
5 years ago
Eric Amodio
d8654c6cd1
Fixes show more actions button on hover w/ renames
5 years ago
Eric Amodio
318f769946
Fixes view commands that open the working file
Fixes quickpick commands that open the working file
Neither of these cases worked with renamed files
5 years ago
Eric Amodio
e6d6ee78ab
Adds better fallback for missing suffixes
5 years ago
Eric Amodio
d5f889232e
Fixes show stashed changes with multiple repos
5 years ago
Eric Amodio
4b2f540e06
Updates dependencies
5 years ago
Eric Amodio
b5f98f12d8
Adds experimental "recent incoming changes" - #735
5 years ago
Eric Amodio
39e2c63fcd
Updates dependencies
5 years ago
Eric Amodio
2565dcdb6a
Preps v9.7.3
5 years ago
Eric Amodio
07ec5e68e6
Fixes #740 - opening untracked status files fails
Fixes diff w/ previous when there are no working file changes
Fixes broken status file commands
5 years ago
Eric Amodio
8c6690d59e
Replaces open command with env.openExternal
5 years ago
Eric Amodio
d19c137c7b
Updates dependencies
5 years ago
Eric Amodio
d7e90ad6bd
Preps v9.7.2
5 years ago
Eric Amodio
7d24a402f7
Fixes #737 - avoids using lstrip
lstrip is only supported in more recent git versions
5 years ago
Miguel Solorio
f1f6c1d446
Update activity bar icon frame size
5 years ago
Eric Amodio
fdb4102788
Preps v97.1
5 years ago
Eric Amodio
46f7d6c1f8
Fixes #736 - unsupported find-renames on older git
5 years ago
Eric Amodio
98e225f39a
Preps v9.7
5 years ago
Eric Amodio
794c4ea94e
Updates dependencies
5 years ago
Eric Amodio
3e8603b93f
Fixes #730 - removes -S support from commit search
Causes too much confusion vs -G which better matches user expectations
5 years ago
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 years ago
Eric Amodio
26cbee6d60
Makes GitUri immutable & memoizes many members
5 years ago
Eric Amodio
25d38956c6
Reverts diff editor changes for diff w/ working
Since we are going forward in time, the changes didn't make sense
5 years ago
Eric Amodio
00d3ee0c9e
Cleans up annotations a bit
5 years ago
Eric Amodio
65440a42b3
Renames Dates.toFormatter to getFormatter
5 years ago
Eric Amodio
81f931e073
Adds memoization to many members
5 years ago
Eric Amodio
6d9a666d12
Renames some members for consistency
5 years ago
Eric Amodio
4c79d0f1c2
Adds rename detection on status
5 years ago
Eric Amodio
2130072b97
Removes extra container call
5 years ago
Eric Amodio
f017acf58d
Adds sandbox launch config
5 years ago
Eric Amodio
17ead26a8f
Updates dependencies
5 years ago
Eric Amodio
3f9da33f2d
Renames some git commands for consistency
Updates vsls git whitelist
5 years ago
Eric Amodio
818242c6c6
Renames getLogCommit* methods
Removes getRecentLogCommitForFile
5 years ago
Eric Amodio
9c75a749ef
Fixes diff line / previous (line number was wrong)
Fixes scrolling to accurate line numbers when diffing in history
5 years ago
Eric Amodio
1a66dd6a18
Adds root path collapsing with compact hierarchy
5 years ago
Eric Amodio
d2b87f98c6
Fixes branch commit quickpick nav
5 years ago
Eric Amodio
c5f510ecbd
Fixes get working file & file commit quickpick nav
Adds GitService.getWorkingUri
Removes WorkspaceFileExistsRequestType from vsls protocol
5 years ago
Eric Amodio
36b6b9680e
Adds show more to file & line histories
5 years ago
Eric Amodio
10a3b7e279
Fixes changes hover with renamed files
5 years ago
Eric Amodio
7bd929049f
Closes #728 - Adds advanced.maxSearchItems
5 years ago
Eric Amodio
3780b3956e
Removes `Searching` and `?` prefix while searching
5 years ago
Eric Amodio
665985330c
Fixes #729 - broken show more in search & compare
Adds a Show All command to the Show More nodes
Improves experience after starting a new search or compare
Fixes issues with maxCount == 0
5 years ago
Eric Amodio
193a4f8495
Fixes issues with hovers not showing up sometimes
5 years ago
Eric Amodio
8ec5ceb815
Adds mode logging - #725
5 years ago
Eric Amodio
751ad0ecfd
Adds live share presence support
5 years ago
Eric Amodio
b94b97135d
Adds more debug logging
5 years ago
Eric Amodio
df7f0597ba
Fixes missing originalFileName sometimes
Reworks file status parsing -- uses consistent regex now
5 years ago
Eric Amodio
8551edcceb
Adds debug log timings for parsers
5 years ago
Eric Amodio
0ca8fdd4da
Updates dependencies
5 years ago
Eric Amodio
3f3a0de59a
Reworks new committer vs author switch
Adds `${committerAgo}`, `${committerAgoOrDate}`, `${committerDate}`
Repurposes `${authorAgo}` & replaces current ones w/ `${author}, ${ago}`
Repurposes `${authorAgoOrDate}` & replaces w/ `${author}, ${agoOrDate}`
Renames defaultDateType to defaultDateSource
Points format settings to new formatting wiki
5 years ago