Keith Daulton
e8a17c8d6d
Removes sha from view title
2 years ago
Keith Daulton
f3fd5e6289
Adds sha with copy action to commit details
2 years ago
Keith Daulton
24c333c2f0
Updates theme references in commit details
2 years ago
Keith Daulton
8b5beb8910
Adds search commit to commit details
- Updates button styles to match vscode
- Updates commit message text styling
2 years ago
Eric Amodio
ad00951633
Improves details commit picking
Removes commit details webview (tab-based)
2 years ago
Keith Daulton
58fc993c35
Updates commit details to better match theming
2 years ago
Keith Daulton
ef15cdd9a0
Adds autolink settings action to commit details
2 years ago
Eric Amodio
0cb9b50b91
Fixes error when adding same commit to search view
2 years ago
Eric Amodio
1fa651d1bc
Pretties 💄
2 years ago
Eric Amodio
f6412c9c15
Fixes lint issues
2 years ago
Eric Amodio
0300619526
Closes #1987 uncommitted changes annotation format
2 years ago
Eric Amodio
5c2cb6bfde
Fixes stash formats on settings UI
2 years ago
Keith Daulton
18d0ec586e
Adds commit details webview
- adds lit components
- exposes webview in WebviewViewBase
- adds pointer cursor to enabled buttons
- adds custom events support to DOM utility
2 years ago
Eric Amodio
6dd242c2f4
Prettiers 💄
2 years ago
Eric Amodio
c8e878af54
Removes config from container
Reworks all usages to use configuration.get
2 years ago
Eric Amodio
41bc88c1b1
Reworks how modes apply to configuration
- Adds override support to configuration
- Splits configuration.get into get & getAll
- Allows passing array to configuration.changed
Avoids getting the entire configuration on startup
2 years ago
Eric Amodio
e58974d0e7
Defers integration auth creation until needed
2 years ago
Eric Amodio
474fad812c
Ensures we don't show CodeLens if disabled
2 years ago
Eric Amodio
3712aa0f22
Allows window annotations to always toggle
2 years ago
Eric Amodio
d138dacd12
Avoids unhandled rejected promises
2 years ago
Eric Amodio
4b06589d4d
Fixes decorator resolvers & adds logging
2 years ago
Eric Amodio
b613f7174a
Fixes #2117 new limits/controls on failed requests
- Changes request failures to only disconnect the integration for the current session
- Limits to 5 failed request before disconnecting the integration
- Avoids disconnect prompt for current session disconnections
- Adds don't show again to request failure messages
- Adds integration suspension message w/ don't show again option
2 years ago
Eric Amodio
38e6aab347
Fixes iterable.count signature
2 years ago
Eric Amodio
023011bdbe
Adds extra length check for perf
2 years ago
Eric Amodio
b575a2c7b0
Avoids nulls
2 years ago
Nafiur Rahman Khadem
957e76df2d
Closes #1550 - allow force-push for non-HEAD commits and from commit widget ( #2132 )
* update vscode git api
* force-push for non-HEAD commit & commit widget
2 years ago
Eric Amodio
55df0eb5e2
Fixes #1991 adds status bar accessibility labels
2 years ago
Eric Amodio
4774a2e04c
Fixes #2125 - avoids --find-object 🤞
2 years ago
Eric Amodio
b8683921cd
Improves view perf when connected to rich remote
- Showing and refreshing the _Commits_ view
- Expanding commits, branches, and worktrees
2 years ago
Eric Amodio
317d831be9
Adds ability to cancel/kill git calls
2 years ago
Eric Amodio
f29f77fc0d
Gives up waiting for resolve if too slow
2 years ago
Eric Amodio
cab0751382
Avoids extra promise wrapping
2 years ago
Eric Amodio
69f013bc7d
Improves gating key
2 years ago
Eric Amodio
e7b523a75e
Reworks document tracker to only track by object
Removes unused key property
2 years ago
Eric Amodio
93657a9a6f
Updates GK links
2 years ago
Eric Amodio
5247637652
Updates website/slack/support links
2 years ago
Eric Amodio
82740a6ba4
Consolidates GitHub no reply parsing
2 years ago
Eric Amodio
dab61c7a3d
Pretties 💄
2 years ago
Eric Amodio
a6601bb51f
Prepares for unified insiders builds
2 years ago
Eric Amodio
47c302691f
Simplifies vscode component registration
2 years ago
Eric Amodio
0e7efb2a83
Enables the find widget on the rebase editor
2 years ago
Eric Amodio
3e0d329581
Fixes non-enterprise GitHub api call regression
2 years ago
Eric Amodio
1cc0f7513a
Adds number to allowed types to formatDate
2 years ago
Eric Amodio
a44d781724
Fixes GH Enterprise avatars when api is available
2 years ago
Eric Amodio
a9e06b203b
Fixes avatar urls for GitHub Enterprise
2 years ago
Eric Amodio
3cf118fe95
Polishes stats in comparisons
2 years ago
Nafiur Rahman Khadem
e008d4684e
Closes #2078 - Shows diff shortstat in comparison
2 years ago
Eric Amodio
17457b59af
Improves comparison file filtering enabled state
Remembers comparison file filtering on filter/refresh
Disallows comparisons with the working tree (e.g. right side)
Disables swap when comparing from the working tree
Adds new in-memory node state storage to views
2 years ago
Eric Amodio
2dc29eb11e
Improves diff stat parsing perf & memory usage
2 years ago
Eric Amodio
a6287b109c
Removes bogus code
2 years ago