Eric Amodio
77345311f1
Updates dependencies
Reworks esbuild script (wip)
1年前
Eric Amodio
168d81954c
Avoids duplicate bundling
1年前
Eric Amodio
6f3c58a5e2
Avoids double bundling react/react-dom
Updates dependencies
1年前
Eric Amodio
e6571aa295
Changes to ESM output for webviews
1年前
Eric Amodio
25282a25e1
Updates tsconfig to es2022
1年前
Eric Amodio
92d27ae3ee
Removes lodash usages -- only debounce is left
1年前
Eric Amodio
840ca6f549
Adds better webpack stats output
1年前
Eric Amodio
10d1794be6
Removes md5 dependency
1年前
Eric Amodio
575227c264
Avoids importing `iconv-lite` in web bundle
1年前
Eric Amodio
c873cba3f3
Adds bundle analysis for webviews
Removes JSON5
1年前
Eric Amodio
9e1059b5ba
Stops `debug` node & browser ver getting bundled
1年前
Ramin Tadayon
0cbb0f5674
Updates graph dependency
1年前
Eric Amodio
8a15e8ef11
Back again to es2021 for webviews
Causes issues for Lit, etc
1年前
Eric Amodio
e13c013bd0
Updates ignores
1年前
Eric Amodio
bc5b85b3e1
Back to es2022 but turns off `useDefineForClassFields`
https://github.com/microsoft/TypeScript/issues/50971
1年前
Eric Amodio
8a503a35d8
Drops target to es2021 to avoid field init bugs
https://github.com/microsoft/TypeScript/issues/52331
1年前
Eric Amodio
051a95f729
Switches to Terser for drastic reduction in size
1年前
Eric Amodio
77e8847207
Updates dev dependencies
Switches to EsbuildPlugin for minification
1年前
Eric Amodio
742a7926ea
Fixes typo
1年前
Eric Amodio
b6fd14773f
💄 prettiers
1年前
Eric Amodio
f2d62c7a73
Updates dependencies
1年前
Eric Amodio
bc99003bf5
Adds an overload for better perf optimization
1年前
Eric Amodio
3db5bd62f3
Adds better remote compare for PR remote matching
1年前
Eric Amodio
cc4c3aca26
Updates CHANGELOG
1年前
Ramin Tadayon
0473ca4faa
Bumps graph version
1年前
Eric Amodio
6455ddd189
Improves Graph tooltips
1年前
Eric Amodio
b232476aee
Adds context menu support to upstream status
Adds dblclick action to upstream & pr metadata
1年前
Eric Amodio
58a0db76f9
Fixes missing pending notification
1年前
Keith Daulton
f56154ede6
Fixes color parser
1年前
Eric Amodio
029c01e6ec
Enables graph features by default
1年前
Eric Amodio
54462fe85a
Minor renames
1年前
Ramin Tadayon
1af7074498
Add support for copying deep links to context menus ( #2484 )
* Add ability to gen deep links and graph context menu options
Move command parsing logic to command pre-execute step
* Use repo's id property as a backup to first commit sha
* Copy link -> copy deep link
* Move commands to share submenu
* Updates link command text
Allows _Copy Link to Repository_ in Command Palette
Reworks commands to avoid piggybacking on `openOnRemote`
Adds new RemotePicker
Renames `getFirstCommitSha` to `getUniqueRepositoryId` to allow for flexible implementations
* Uses default id when unique repo id not available
* Add setting to override scheme
* Fixes graph command calls
* Fixes remote auto-select case
* Fixes copy link to repo command args
* Comments out remote link tag "support"
Until it gets fully implemented to avoid any confusion
* Ensures a repo only deeplink path
---------
Co-authored-by: Eric Amodio <eamodio@gmail.com>
1年前
Keith Daulton
bdf87f0313
Updates duplicated color functions
1年前
Eric Amodio
b1d05b7de3
Fixes remote URLs on Graph w/ multiple repos open
1年前
Eric Amodio
ce2761a2a0
Improves splitSingle perf
1年前
Eric Amodio
b68a125657
Converts to function
1年前
Eric Amodio
cff094a3e2
Removes Color namespaces
1年前
Eric Amodio
220cb91eb5
Removes StepResult namespace
1年前
Eric Amodio
c7f288b5e2
Removes QuickCommand namespace
1年前
Eric Amodio
2b96d98ee9
Removes Hovers namespace
1年前
Eric Amodio
556004ed6c
Removes QuickPickSeparator namespace
1年前
Eric Amodio
8ee64167d1
Removes DirectiveQuickPickItem namespace
1年前
Eric Amodio
c8f6cc84d6
Removes Directive namespace
1年前
Eric Amodio
58fca86256
Removes FlagsQuickPickItem namespace
1年前
Eric Amodio
5686c0e60c
Removes PageableViewNode namespace
1年前
Eric Amodio
ffa08d71d4
Splits GitActions into separate modules
Removes more namespaces for better tree-shaking
1年前
Eric Amodio
1b20e4a756
Adds an isMaybeWorktree to Repository
1年前
Eric Amodio
8ef025da6c
Honors Git extensions operation in progress
https://code.visualstudio.com/updates/v1_75#_command-disablement
1年前
Eric Amodio
9552c82595
Updates dependencies
1年前
Eric Amodio
e447435925
Checks for existence of worktree before continuing
Refines remote & worktree revealing
1年前