Eric Amodio
b2d71f7d0f
Updates dependencies
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
adec1ad000
Updates dependencies
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
c8da1cd304
Updates CHANGELOG
2 years ago
Eric Amodio
db21f04577
Adds @ChaseKnowlden's contribution
2 years ago
ChaseKnowlden
c4eb7c8276
closes #2121 - fix typo
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
7f6a0ec5ea
Updates dependencies
2 years ago
Eric Amodio
a6601bb51f
Prepares for unified insiders builds
2 years ago
Eric Amodio
848cbc34b3
Updates CI to replace deprecated action
2 years ago
Eric Amodio
96c0ab03e8
Enables sourcemap renaming
2 years ago
Eric Amodio
e7e4714f1b
Fixes terser config
2 years ago
Eric Amodio
47c302691f
Simplifies vscode component registration
2 years ago
Eric Amodio
83f9155ff8
Updates dependencies
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
aea8d25a45
Bumps to v12.1.2
2 years ago
Eric Amodio
e133c592c8
Updates dependencies
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
3371337338
Updates CHANGELOG
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
Eric Amodio
6d9585405d
Adds getSettledValue helper
2 years ago