Eric Amodio
55b1a66ec0
Adds 'gitlens.diffWithWorking' status bar command option
Changes 'gitlens.diffWithPrevious' status bar command option behavior
7年前
Eric Amodio
522e5a49a2
Renames 'Compare with *' in quick pick menus
Renames 'Compare File with Previous Commit' command
Renames 'Compare Line with Previous Commit' command
Renames 'Compare Line with Working Tree' command
7年前
Eric Amodio
e99febb52d
Adds diff info to active line hover always
7年前
Eric Amodio
2036c8abaf
Preps v3.5.1
7年前
Eric Amodio
021a5b833a
Fixes #71 - blame invalid on external edit
7年前
Eric Amodio
f1042de9c7
Stops some code lens actions when uncommitted
7年前
Eric Amodio
efd3d40aa8
Switches to use GitUris in more places
7年前
Eric Amodio
9c7062020e
Fixes issue with blame on versioned files
Stops falling back to the cached blame of the working file
Handles git scheme urls properly
7年前
Eric Amodio
9da80c121b
Debounces other active line events
7年前
Eric Amodio
5380724323
Preps v3.5.0
7年前
Eric Amodio
77651701aa
Removes insiders flag from stash commands
7年前
Eric Amodio
bb834f2e0a
Removes insiders flag from remotes
7年前
Eric Amodio
535e627048
Preps v3.5.0-beta.2
7年前
Eric Amodio
8a74950708
Fixes #40 - encoding issues
This is only a partial fix, as vscode doesn't allow enough controls to fix everything
7年前
Eric Amodio
3502bdf6c7
Adds more linting rules
Fixes lint issues
7年前
Eric Amodio
23db83832c
Preps v3.5.0-beta
7年前
Eric Amodio
807b1f1ea3
Fixes #73 - doesn't work with Chinese filenames
7年前
Eric Amodio
6232b8087f
Reworks CHANGELOG to http://keepachangelog.com spec
7年前
Eric Amodio
b783bfdf10
Updates dependencies
7年前
Eric Amodio
b8322f19cd
Preps v3.5.0-beta
7年前
Eric Amodio
8623e661ca
Changes the start of line decoration to be `both` only
7年前
Eric Amodio
c3bd17edee
Adds new open in remote commands to README
7年前
Eric Amodio
b17640ba57
Changes commit search shortcut in README
7年前
Eric Amodio
f6a18458df
Updates dependencies
7年前
Eric Amodio
e1b1b737d9
Constrains the active line hover to the start/end of a line
7年前
Eric Amodio
19e523d6e4
Adds diff info to the active line hover for uncommitted changes
7年前
Eric Amodio
ff1597d64f
Refactors git command caching
Now caching many more commands to reduce git/parsing roundtrips and increase performance
7年前
Eric Amodio
49cc681520
Prepopulates commit search to the current line commit
If there is an active editor, otherwise will fall back to the clipboard
7年前
Eric Amodio
6d1a1ca346
Adds gitlens.openBranchInRemote command
Adds gitlens.openRepoInRemote command
7年前
Eric Amodio
49fa9b5078
Fixes issues with missing repoPath
Allows commit search without an active editor
7年前
Eric Amodio
ec6ca8188c
Changes to Uncommitted change
7年前
Eric Amodio
034a01c7d1
Turns off console hijacking by appinsights
7年前
Eric Amodio
15ebde445d
Change appinsights to load dynamically
appinsights seems to monkey patch even if explicitly disabled, so instead just only load it if needed
7年前
Eric Amodio
f184feda2c
Removes the need for the outputLevel in debug
7年前
Eric Amodio
d35074ecf8
Changes file alt+right to be a diff on commit details quick pick
Changes file alt+right to be a diff on repo status quick pick
7年前
Eric Amodio
4d62e5cdad
Reorders settings
7年前
Eric Amodio
ce5ff1eb47
Reduces git calls on known untrackables
7年前
Eric Amodio
3a38f6ae39
Increases debounce on cursor movement to reduce lag
7年前
Eric Amodio
3e403a2d5c
Changes stash icons
Moves stash number from label to description
7年前
Eric Amodio
83fff1590d
Fixes incorrect file selection on commit file details
7年前
Eric Amodio
27425e3deb
Fixes typo in stash parsing
7年前
Eric Amodio
dbdb77c2c1
Fixes left alignment priority
Adds live update support for status bar alignment
Adds values to description
Adds to README
7年前
Zack Schuster
263bdc728a
Makes status bar alignment configurable
7年前
Eric Amodio
0ef1e509a6
Moves menu group down
7年前
Eric Amodio
9a35fc6b47
Changes commit search shortcut to alt+/
7年前
Eric Amodio
078f3fd482
Updates dependencies
7年前
Eric Amodio
33ef9687f2
Adds clipboard default into commit search
7年前
Eric Amodio
361789f859
Fixes incorrect command
7年前
Eric Amodio
1acc183621
Refactors commands to use typed args objects
7年前
Eric Amodio
ee29596d45
Enables typescript strict mode
Fixes all the compile/lint issues
7年前