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
6年前
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
6年前
Eric Amodio
4748796984
Preps v8.0.0-beta3
Updates dependencies
6年前
Eric Amodio
e7e7eccb33
Refactors apps into a common base
Adds showWhatsNewAfterUpgrades setting
Removes messages.suppressUpdateNotice
Removes messages.suppressWelcomeNotice
6年前
Eric Amodio
0ce839cc73
Preps v8.0.0-beta2
6年前
Eric Amodio
d8f1ae0d54
Updates README (wip)
6年前
Eric Amodio
0485fc72f5
Renames view layout options
6年前
Eric Amodio
4dca269e85
Removes codeLens.debug setting
Adds debug outputLevel
6年前
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)
6年前
Eric Amodio
bb8bfe58b4
Preps v8.0.0-beta
6年前
Eric Amodio
3a3dca8c21
Optimizes images
Moves settings images into a settings folder
Adds hover setting images
Updates dependencies
6年前
Eric Amodio
6898c39195
Changes code lens and line blame toggles to always work
6年前
Eric Amodio
b180ecc1e2
Adds welcome & settings pages (wip)
6年前
Eric Amodio
ad2bc4eb3b
Overhauls configuration
6年前
Eric Amodio
47b7a1e66a
Preps v7.5.10
6年前
Eric Amodio
787b2bd117
Updates typescript
6年前
Eric Amodio
a32bb98e79
Reworks build, tasks, and launch configs
Updates dependencies
6年前
Eric Amodio
80ca880480
Changes clean to NOT remove untracked files -- guess why 😢
6年前
Eric Amodio
03d4cc4484
Preps v7.5.9
6年前
Eric Amodio
8b71c77e9d
Preps v7.5.8
6年前
Eric Amodio
bf8025facb
Preps v7.5.7
6年前
Eric Amodio
7c196e5c5b
Optimizes delay loading of custom views
6年前
Eric Amodio
63eb11be70
Updates dependencies
6年前
Eric Amodio
94bb3e8f31
Preps v7.5.6
6年前
Eric Amodio
eb41dece04
Updates dependencies
6年前
Eric Amodio
68ec6e6263
Changes chorded keymap keys to avoid Windows issues
6年前
Eric Amodio
c0f302ee15
Disables missed commands when GitLens is disabled
Adds repository creation detection when there are no repositories
6年前
Eric Amodio
8867bf7f3d
Preps v7.5.5
6年前
Eric Amodio
6e8542a3d7
Preps v7.5.4
6年前
Eric Amodio
ff2a1fe539
Removes rollup build/bundling
6年前
Eric Amodio
f1d251f759
Preps v7.5.3
6年前
Eric Amodio
4a5217dfe8
Preps v7.5.2
6年前
Eric Amodio
7ff3ae9c1a
Preps v7.5.1
6年前
Eric Amodio
94581f689b
Preps v7.5.0
6年前
Eric Amodio
536cae05f3
Adds avatars to gutter and hover blame annotations
6年前
Eric Amodio
0378a4e7d4
Preps v7.3.0-beta4
6年前
Eric Amodio
5179f85779
Stops showing file menus on folders
6年前
Eric Amodio
b268b2de78
Changes Working File|Tree references to be consistent
6年前
Eric Amodio
8db2373083
Preps v7.3.0-beta3
6年前
Eric Amodio
499d99e705
Adds a notification when results view is first shown
6年前
Eric Amodio
9f40bf037a
Closes #112 - Adds blame support for unsaved files
Adds a static "container"
Adds a document tracker - replaces the context tracker
Adds a line tracker
Refactors all the things - better performance, lower overhead, less code, more separation of concerns, more maintainable (hopefully)
Changes dirty blame to only happen after a "idle" delay
Closes open file annotations on edit (too expensive to track changes)
6年前
Eric Amodio
807c73f8cd
Updates dependencies
Fixes typings issue
6年前
Eric Amodio
590befa1bc
Fixes #241 - aligns jsonc with json
6年前
Eric Amodio
216eb6cad5
Renames Compare Selected Ancestor with Working
6年前
Eric Amodio
ff01db033a
Preps v7.3.0-beta2
6年前
Eric Amodio
13c57d1485
Adds new terminal commands
Adds Merge Branch (via Terminal) command
Adds Rebase (Interactive) Branch (via Terminal) command
Adds Cherry Pick Commit (via Terminal) command
Adds Revert Commit (via Terminal) command
Adds Create Tag (via Terminal)... command
Adds Delete Tag (via Terminal) command
6年前
Eric Amodio
54941e6068
Closes #240 - adds Compare Selected Base with Working command
Adds Compare with Working command
6年前
Eric Amodio
137192e09e
Preps 7.3.0-beta
6年前
Eric Amodio
8212659460
Closes #112 - Adds blame support for unsaved files
6年前
Eric Amodio
610a77328c
Closes #89 - adds relative/absolute default date style
6年前