Eric Amodio
2ef4051c3d
Opens changes and files in the active column
7年前
Eric Amodio
c4483b1b91
Fixes title issue with newly added files
7年前
Eric Amodio
16d855a3a0
Updates the tree layout for branches
- Removes mix-tree support
- Avoids nesting on the current branch
- Caches basename
- Replaces folder icons with theme icons
- Folder icons will now follow the file icon theme used
- Fixes minor nitpicks
7年前
Yukai Huang
4103381af1
Closes #258 - Adds tree-like layout to branches
Add folder icon
Implement branch folder
Implement branches.layout config option
Fix branch node ordering in Tree layout
Sort branch folder containing current branch correctly
- Add current getter method to BranchNode
- Implment a recursive findCurrent method on BranchFolderNode
Do not parse invalid branch name as branch folder
Expand current branch folder
7年前
Eric Amodio
edfd0327e6
Fixes #35 - Traps xclip error and notifies
7年前
Eric Amodio
df95f53176
Adds show support section
Adds patreon links
7年前
Eric Amodio
3c5920d019
Marks model props readonly
7年前
Eric Amodio
4748796984
Preps v8.0.0-beta3
Updates dependencies
7年前
Eric Amodio
e8d2ea63f5
Fixes layout
7年前
Eric Amodio
cd7a9ced38
Fixes typos
7年前
Eric Amodio
e7e7eccb33
Refactors apps into a common base
Adds showWhatsNewAfterUpgrades setting
Removes messages.suppressUpdateNotice
Removes messages.suppressWelcomeNotice
7年前
Eric Amodio
e78b2a1a38
Updates README
Updates all the screenshots
Updates welcome & settings
7年前
Eric Amodio
1543467542
Migrates debug setting
7年前
Eric Amodio
d48a930fbc
Adds protection during settings migrations
7年前
Eric Amodio
4bd4e71704
Avoids adding settings for defaults
7年前
Eric Amodio
3511f11fa2
Adds what's new to the Welcome
7年前
Eric Amodio
5587250863
Adds line numbers to code lens images
7年前
Eric Amodio
0ce839cc73
Preps v8.0.0-beta2
7年前
Eric Amodio
d8f1ae0d54
Updates README (wip)
7年前
Eric Amodio
0485fc72f5
Renames view layout options
7年前
Eric Amodio
4dca269e85
Removes codeLens.debug setting
Adds debug outputLevel
7年前
Eric Amodio
26856a6a6a
Fixes GitLens view refreshing
7年前
Eric Amodio
81205e4c90
Renames GitLens view to GitLens Explorer
Adds settings for GitLens Results view
Adds layout settings for explorers
Adds not equals support
Updates README (wip)
7年前
Eric Amodio
741a45ddf7
Fixes the header logo layout
7年前
Eric Amodio
bb8bfe58b4
Preps v8.0.0-beta
7年前
Eric Amodio
79ef07d5d4
Shows welcome page on first start
Fixes settings migration
7年前
Eric Amodio
db3231bdd2
Adds previews for code lens scope settings
7年前
Eric Amodio
39ead5f02d
Fixes issues with missing data
7年前
Eric Amodio
99bd69aee0
Adds code lens scopes settings
7年前
Eric Amodio
66efd27ef9
Reworks images to be overlays
7年前
Eric Amodio
627727b7cb
Adds blame settings
Rewords many settings
7年前
Eric Amodio
3a3dca8c21
Optimizes images
Moves settings images into a settings folder
Adds hover setting images
Updates dependencies
7年前
Eric Amodio
3b9535a6ac
Adds more hover settings (wip)
7年前
Eric Amodio
3514f98869
Adds more welcome content
7年前
Eric Amodio
872f4b2ebe
Adds hover settings (wip)
Expands support for dealing with additional settings
Optimizes visibility and enablement
7年前
Eric Amodio
6898c39195
Changes code lens and line blame toggles to always work
7年前
Eric Amodio
9026fbb4c3
Adds many more settings
Adds jump to menu to settings
Adds more content to the Welcome page
And more
7年前
Eric Amodio
2793ff4bf8
Cleans up header layout
7年前
Eric Amodio
b180ecc1e2
Adds welcome & settings pages (wip)
7年前
Eric Amodio
f25ca41300
Switches to es2017 output
Uses import() for copy/paste and tmp
7年前
Eric Amodio
ad2bc4eb3b
Overhauls configuration
7年前
Eric Amodio
47b7a1e66a
Preps v7.5.10
7年前
Eric Amodio
787b2bd117
Updates typescript
7年前
Eric Amodio
47a2c1d7d6
Adds more logging
7年前
Eric Amodio
3be10947f5
Fixes #259 - limits merges to first parent
Since git log --follow drops merges, -m --first-parent adds them back
7年前
Eric Amodio
a32bb98e79
Reworks build, tasks, and launch configs
Updates dependencies
7年前
Eric Amodio
80ca880480
Changes clean to NOT remove untracked files -- guess why 😢
7年前
Eric Amodio
279e122a92
Closes #267 - supports custom remotes with split paths
7年前
Eric Amodio
f76fda7bbb
Adds more logging for repo search
7年前
Eric Amodio
e8cfe8c1bd
Adds a safety check if the GitService isn't yet initialized
7年前