Eric Amodio
27565b5aa7
Upgrades dependencies
5年前
Eric Amodio
f287b12181
Adds debug logging (and reorgs)
5年前
Eric Amodio
d9a3b0e8cd
Fixes issue w/ explore repo rev in latest vscode
5年前
Eric Amodio
7b7b4fabf2
Fixes issue w/ current ordering when nested
5年前
Eric Amodio
d9ee25158b
Expands format setting inputs
5年前
Eric Amodio
fc4644d422
Updates dependencies
5年前
Eric Amodio
71cfcbc7c0
Fixes #821 - wrong order of Compare * With cmds
5年前
Eric Amodio
53e8352d81
Updates CHANGELOG
5年前
Eric Amodio
bd91502c5a
Changes many terminal commands to use git commands
5年前
Eric Amodio
8566ed72e8
Adds revert git command
5年前
Eric Amodio
fdc1389729
Adds reset git command
5年前
Eric Amodio
e9cb81c8c7
Updates rebase git command & adds commit option
Standarizes state naming & to GitReference
Removes destination from state
5年前
Eric Amodio
3ffac72d40
Updates switch git command
Standarizes state naming & to GitReference
5年前
Eric Amodio
21a81c73d0
Updates cherry-pick git command & adds edit option
Standarizes state naming & to GitReference
Removes destination from state
5年前
Eric Amodio
547f76cba4
Fixes label sanitization -- it was too aggressive
5年前
Eric Amodio
85659b904c
Updates merge git command
Standarizes state naming & to GitReference
Removes destination from state
5年前
Eric Amodio
795c6790da
Adds git ref validation helper for git commands
5年前
Eric Amodio
dbaac5f26c
Adds isMatch to commands for fuzzy matching
5年前
Eric Amodio
7d05918fee
Adds icon & match to commit quickpick item
5年前
Eric Amodio
508f597972
Changes getCommit to return 1st commit
5年前
Eric Amodio
7308996088
Changes branch/tag/commit to implement GitRef
Adds isOfRefType to branch/tag/commit/ref
5年前
Eric Amodio
4584619063
Replaces terminal checkout with switch git command
5年前
Eric Amodio
cb35b42925
Renames Code Lens setting to Git Code Lens
5年前
Eric Amodio
03c3618266
Updates CHANGELOG & README
5年前
Eric Amodio
9cd1877890
Fixes #738 - honors whats new setting
Opens Welcome for v10
5年前
Eric Amodio
5e712380bb
Adds confirm toggle to command picker
Confirm toggle is dependent on the active selection
5年前
Eric Amodio
b8cbc9534c
Adds squash to merge git command
Replaces terminal merge with merge git command
Replaces terminal rebase with rebase git command
5年前
Eric Amodio
5126e62d89
Switches modes & shortcuts
5年前
Eric Amodio
0a5851a7b3
Adds CSP to GitLens webviews
5年前
Eric Amodio
f8e642e8c6
Ignores the previous commit in blames
5年前
Eric Amodio
8576957549
Spaces -> tabs
5年前
Eric Amodio
270a5b8b4c
Fixes some layout issues
5年前
Eric Amodio
fa984fd03c
Fixes some styling issues on welcome & settings
5年前
Eric Amodio
57586c7d64
Updates status icons to remove inner color
5年前
Eric Amodio
808c953230
Updates dependencies
5年前
Eric Amodio
74f4b9f61b
Reworks weclome & settings pages
5年前
Eric Amodio
1a89cb96ce
Excludes prettier/formatting commits from blame
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
25d71be263
Replaces webview template tokens because prettier 😠
5年前
Eric Amodio
65db75a1b0
Updates icons to match new vscode style
5年前
Eric Amodio
a6d24d869f
Upgrade dependencies
5年前
Eric Amodio
60f6c9c212
Moves favorites to the right side
5年前
Eric Amodio
162522ab63
Renames stashed changes to stashes or stash
5年前
Arunprasad Rajkumar
0e64256c56
Pass radix to parseInt
5年前
Arunprasad Rajkumar
53e9cd12ee
Fixes #828 - Convert version fields to int before comparing it
5年前
Eric Amodio
7ba6b609f0
Adds open revision command
5年前
Eric Amodio
2c9d417561
Updates contributors
5年前
Eric Amodio
56f73fbd03
Fixes lint issues w/ new avatar code & fixes nits
5年前
Brian Bolte
1657829069
Uses GitHub Avatar for GH 'noreply' email address
Partial fix for #281- covers the `*@users.noreply.github.com` case.
The `users.noreply.github.com` domain comes from users
making use GitHub's 'email privacy' feature.
Since the noreply address doesn't accept email, a user can't link
their preferred Gravatar to this type of email address.
The upside is that this address is easily parsable into:
* (optional) Github User ID
* Github User Name
We can use either to create the associated avatar link
without actually having to do an additonal request
against Github's user search API.
5年前
Kwok
09ee20c592
Fix typo of "workbench.colorCustomization"
Missing "s" in setting
5年前