Eric Amodio
cb35b42925
Renames Code Lens setting to Git Code Lens
5 years ago
Eric Amodio
03c3618266
Updates CHANGELOG & README
5 years ago
Eric Amodio
9cd1877890
Fixes #738 - honors whats new setting
Opens Welcome for v10
5 years ago
Eric Amodio
5e712380bb
Adds confirm toggle to command picker
Confirm toggle is dependent on the active selection
5 years ago
Eric Amodio
b8cbc9534c
Adds squash to merge git command
Replaces terminal merge with merge git command
Replaces terminal rebase with rebase git command
5 years ago
Eric Amodio
5126e62d89
Switches modes & shortcuts
5 years ago
Eric Amodio
0a5851a7b3
Adds CSP to GitLens webviews
5 years ago
Eric Amodio
f8e642e8c6
Ignores the previous commit in blames
5 years ago
Eric Amodio
8576957549
Spaces -> tabs
5 years ago
Eric Amodio
270a5b8b4c
Fixes some layout issues
5 years ago
Eric Amodio
fa984fd03c
Fixes some styling issues on welcome & settings
5 years ago
Eric Amodio
57586c7d64
Updates status icons to remove inner color
5 years ago
Eric Amodio
808c953230
Updates dependencies
5 years ago
Eric Amodio
74f4b9f61b
Reworks weclome & settings pages
5 years ago
Eric Amodio
1a89cb96ce
Excludes prettier/formatting commits from blame
5 years ago
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 years ago
Eric Amodio
25d71be263
Replaces webview template tokens because prettier 😠
5 years ago
Eric Amodio
65db75a1b0
Updates icons to match new vscode style
5 years ago
Eric Amodio
a6d24d869f
Upgrade dependencies
5 years ago
Eric Amodio
60f6c9c212
Moves favorites to the right side
5 years ago
Eric Amodio
162522ab63
Renames stashed changes to stashes or stash
5 years ago
Arunprasad Rajkumar
0e64256c56
Pass radix to parseInt
5 years ago
Arunprasad Rajkumar
53e9cd12ee
Fixes #828 - Convert version fields to int before comparing it
5 years ago
Eric Amodio
7ba6b609f0
Adds open revision command
5 years ago
Eric Amodio
2c9d417561
Updates contributors
5 years ago
Eric Amodio
56f73fbd03
Fixes lint issues w/ new avatar code & fixes nits
5 years ago
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 years ago
Kwok
09ee20c592
Fix typo of "workbench.colorCustomization"
Missing "s" in setting
5 years ago
Eric Amodio
8b71a1b9e3
Prettiers
5 years ago
Eric Amodio
5f696bd95c
Updates dependencies
5 years ago
Eric Amodio
c7774fbe5e
Allows confirm toggle on confirm step
Shortens confirm toggle tooltips
5 years ago
Eric Amodio
fe20f13ca9
Renames checkout to switch & restore
Git 2.23.0 splits checkout into switch & restore
5 years ago
Eric Amodio
c3d532c000
Updates to Typescript 3.6.1
Reworks generator types
5 years ago
Eric Amodio
4e11fe5ae8
Upgrades dependencies
5 years ago
Eric Amodio
8f2c4638cb
Renames `Promise.isPromise` to `is`
5 years ago
Eric Amodio
eec231e6e5
Adds copy support to view nodes via shortcut
5 years ago
Eric Amodio
22598e83c6
Allows search to include details
5 years ago
Eric Amodio
400aac071d
Adds confirmation toggle to git commands
5 years ago
Eric Amodio
d394658aca
Changes updateEffective to ignore array order
Moves all lodash into system
5 years ago
Eric Amodio
4fc04f8e71
Fixes git commands cancel button
5 years ago
Eric Amodio
cc561722bb
Updates eslint & fixes lint issues
5 years ago
Eric Amodio
8dd8c884b5
Adds QuickPickItemPlus
5 years ago
Eric Amodio
599832366f
Adds fetch all & prune to fetch git command
5 years ago
Eric Amodio
558a743537
Renames directive quickpick item
5 years ago
Eric Amodio
7b94606bfe
Adds stash apply|drop|pop|push git commands
Changes stash[Apply|Delete|Save] commands to use new git commands
5 years ago
Eric Amodio
5c3f6b5b05
Reorgs git commands
Adds explicit directive for going back
Adds command error logging
Removes unneeded abort error
5 years ago
Zach Boyle
f274bc1a5e
adds feature to prune remote
5 years ago
ahmadali shafiee
0b54fafbf3
Make ansible use document scope
it's the same as #548 for ansible language
5 years ago
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 years ago
Eric Amodio
3a8d91c3ca
Reworks git commands & calls them from views
Changes checkout in views to run via git commands
Changes fetch in views & palette to run via git commands
Changes pull in views & palette to run via git commands
Changes push in views & palette to run via git commands
Adds skip confirmation support for some git commands
Adds gitCommands.skipConfirmation setting
Adds force option to push git command
Adds local branch creation to remote branch checkout git command
Adds arbitrary ref support to checkout git command
5 years ago