Eric Amodio
4d3117104f
Improves AI generated commit message prompts
Removes pre-release only limit on AI generated commit messages
1 year ago
Ramin Tadayon
51ab645ea9
Updates wording on graph filter menu option for remote-only branches
1 year ago
Eric Amodio
5edd4a7832
Updates lint rules (prep for ts-eslint v6)
1 year ago
Keith Daulton
f5e74f2025
Removes GitLens insiders
1 year ago
Keith Daulton
8ce9f543a2
Adds support for sidebar views
1 year ago
Keith Daulton
10ec66b914
Fixes #969 adds copy relative path to context menu
2 years ago
Eric Amodio
58831204ac
Adds branches on the Graph for remote repos
Fixes tags on the Graph for remote repos
1 year ago
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 year ago
Eric Amodio
ea78a75267
Adds support for `.git-blame-ignore-rev` files
1 year ago
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.
1 year ago
ShafinKhadem
dc02b2357a
Fixes stashing staged changes
1 year ago
Eric Amodio
1fd62bda1e
Adds Open Git Worktree command
1 year ago
Ramin Tadayon
f14af9dc4a
Pipe downstream info through to graph ( #2552 )
* Pipe downstream info through to graph
* Optimizations
* Updates graph dependency
1 year ago
Keith Daulton
48bad3f320
Fixes #2549 codelens toggle when enabled is false
1 year ago
Eric Amodio
056512bfc3
Fixes #2553 allows remote formats we can parse
1 year ago
Eric Amodio
d8993ee335
Adds fallback for main repo detection failures
1 year ago
Eric Amodio
d2950cdbe6
Adds protection/logging for unsafe repositories
1 year ago
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 year ago
Eric Amodio
a51032e63e
Adds experimental OpenAI commit message generation
1 year ago
Eric Amodio
27df7a73da
Updates color contrast for minimap tooltip
Fixes theme update change for manipulated graph css colors
1 year ago
Eric Amodio
c27e2350b1
Updates ordering of minimap tooltip refs
1 year ago
Eric Amodio
3a12cdfae2
Adds pre-release context key
1 year ago
Eric Amodio
0d3d10123d
Removes unneeded async
1 year ago
Eric Amodio
3cf152d5da
Adds stronger typing for secret keys
1 year ago
Eric Amodio
e111525436
Fixes logging regression
1 year ago
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 year ago
Eric Amodio
b8d6a0c00a
Moves configPrefix to constants
1 year ago
Eric Amodio
5f5d2da676
Reduces bundle size & updates emoji
- LZ compresses emoji data
1 year ago
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 year ago
Eric Amodio
f411bb2676
Fixes issue w/ preview trial "winning" over paid
1 year ago
Keith Daulton
cab6262415
Fixes #2504 graph header theme colors
1 year ago
Eric Amodio
757ab48718
Adds cancellation discount notification
1 year ago
Keith Daulton
9b63d1b939
Adds discussion link to the Focus View
1 year ago
Ramin Tadayon
e85bcfd67b
Fixes asWebviewUri call in graph webview
1 year ago
Keith Daulton
d85178e23f
Updates graph typings and constants
1 year ago
Eric Amodio
4891099303
Adds more logging and trap for Fixes #2530
1 year ago
Eric Amodio
0bcb2ab85e
Adds [alt|ctrl]+enter shortcut key hooks
1 year ago
Eric Amodio
3940ef7c20
Moves some files for better organization
Removes re-export of config from configuration
1 year ago
Eric Amodio
06a174edd8
Removes namespaces
Splits common Git constants into a separate file
1 year ago
Eric Amodio
51b75264dd
Removes more namespaces
1 year ago
Eric Amodio
b3600cb339
Adds eslint rule to enforce promise reject errors
1 year ago
Eric Amodio
91732297a2
Adds flag to avoid eventing during shutdown
Debounces Git extension close event to avoid eventing on shutdown
1 year ago
Eric Amodio
18af3fa7ea
Reverses dispose ordering for better shutdown
1 year ago
Eric Amodio
8e8bdc083a
Adds no-use-before-define eslint rule
1 year ago
Keith Daulton
af24943a41
Fixes #2527 shows added files for Open All Changes
1 year ago
Eric Amodio
ff34ce8ff6
Adds cancelled flag to subscriptions
1 year ago
Eric Amodio
b32088d4e0
Adds early adopter renewal discount notification
1 year ago
Keith Daulton
47d621036d
Adds Focus view section to home view
1 year ago
Keith Daulton
06dd322de9
Updates focus view from review comments
1 year ago
Keith Daulton
6e5fd719d1
Removes workspaces code
1 year ago