Keith Daulton
f5e74f2025
Removes GitLens insiders
1年前
Keith Daulton
8ce9f543a2
Adds support for sidebar views
1年前
Keith Daulton
10ec66b914
Fixes #969 adds copy relative path to context menu
2年前
Eric Amodio
58831204ac
Adds branches on the Graph for remote repos
Fixes tags on the Graph for remote repos
1年前
Ramin Tadayon
ee5c175f98
2495 Cannot use gitlens+ feature on public repo in some folders ( #2510 )
* Use stored cache of repo visibility
* Add commands to clear cache
* Fix cache name
* Extracts cache key into function for consistency
* Update command wording
---------
Co-authored-by: Eric Amodio <eamodio@gmail.com>
1年前
Eric Amodio
ea78a75267
Adds support for `.git-blame-ignore-rev` files
1年前
Skyler Dawson
85ba8d7d2f
Fixes #1968 , #1027 - Fetch-> fatal: could not read Username
Uses the core git fetch command instead of a command-line
git fetch so VsCode will prompt the user for their username
and password. Pull & push also use their corresponding core commands.
2年前
ShafinKhadem
dc02b2357a
Fixes stashing staged changes
1年前
Eric Amodio
1fd62bda1e
Adds Open Git Worktree command
1年前
Ramin Tadayon
f14af9dc4a
Pipe downstream info through to graph ( #2552 )
* Pipe downstream info through to graph
* Optimizations
* Updates graph dependency
1年前
Keith Daulton
48bad3f320
Fixes #2549 codelens toggle when enabled is false
1年前
Eric Amodio
056512bfc3
Fixes #2553 allows remote formats we can parse
1年前
Eric Amodio
d8993ee335
Adds fallback for main repo detection failures
1年前
Eric Amodio
d2950cdbe6
Adds protection/logging for unsafe repositories
1年前
Eric Amodio
4ba10d3ca2
Adds protection/detection for bare clones
- Adds protection from bare clones in untrusted workspaces
- Adds detection for bare clones in trusted workspaces
1年前
Eric Amodio
a51032e63e
Adds experimental OpenAI commit message generation
1年前
Eric Amodio
27df7a73da
Updates color contrast for minimap tooltip
Fixes theme update change for manipulated graph css colors
1年前
Eric Amodio
c27e2350b1
Updates ordering of minimap tooltip refs
1年前
Eric Amodio
3a12cdfae2
Adds pre-release context key
1年前
Eric Amodio
0d3d10123d
Removes unneeded async
1年前
Eric Amodio
3cf152d5da
Adds stronger typing for secret keys
1年前
Eric Amodio
e111525436
Fixes logging regression
1年前
Ramin Tadayon
611175f269
Skips caching when getting main repo for worktree creation ( #2544 )
* Skips caching when getting main repo for worktree creation
* Always sets force and no-nested from getMainRepository
1年前
Eric Amodio
b8d6a0c00a
Moves configPrefix to constants
1年前
Eric Amodio
5f5d2da676
Reduces bundle size & updates emoji
- LZ compresses emoji data
1年前
Eric Amodio
fd77953e8b
Reduces bundle size
- Code splits iconv-lite until needed
- Stubs whatwg/url since we don't need it
- Stubs debug package as we don't need it
1年前
Eric Amodio
f411bb2676
Fixes issue w/ preview trial "winning" over paid
1年前
Keith Daulton
cab6262415
Fixes #2504 graph header theme colors
1年前
Eric Amodio
757ab48718
Adds cancellation discount notification
1年前
Keith Daulton
9b63d1b939
Adds discussion link to the Focus View
1年前
Ramin Tadayon
e85bcfd67b
Fixes asWebviewUri call in graph webview
1年前
Keith Daulton
d85178e23f
Updates graph typings and constants
1年前
Eric Amodio
4891099303
Adds more logging and trap for Fixes #2530
1年前
Eric Amodio
0bcb2ab85e
Adds [alt|ctrl]+enter shortcut key hooks
1年前
Eric Amodio
3940ef7c20
Moves some files for better organization
Removes re-export of config from configuration
1年前
Eric Amodio
06a174edd8
Removes namespaces
Splits common Git constants into a separate file
1年前
Eric Amodio
51b75264dd
Removes more namespaces
1年前
Eric Amodio
b3600cb339
Adds eslint rule to enforce promise reject errors
1年前
Eric Amodio
91732297a2
Adds flag to avoid eventing during shutdown
Debounces Git extension close event to avoid eventing on shutdown
1年前
Eric Amodio
18af3fa7ea
Reverses dispose ordering for better shutdown
1年前
Eric Amodio
8e8bdc083a
Adds no-use-before-define eslint rule
1年前
Keith Daulton
af24943a41
Fixes #2527 shows added files for Open All Changes
1年前
Eric Amodio
ff34ce8ff6
Adds cancelled flag to subscriptions
1年前
Eric Amodio
b32088d4e0
Adds early adopter renewal discount notification
1年前
Keith Daulton
47d621036d
Adds Focus view section to home view
1年前
Keith Daulton
06dd322de9
Updates focus view from review comments
1年前
Keith Daulton
6e5fd719d1
Removes workspaces code
1年前
Keith Daulton
452a2d9b81
💄 prettiers
1年前
Keith Daulton
ec5dedb0a3
Update Focus view dates amd icons
- adds tooltip and coloration to dates
- updates size and color of status icons
1年前
Keith Daulton
70fd4432f9
Updates Focus view content
- adds preview badge to header
- updates account messaging
- updates remote overlay content
1年前