Eric Amodio
f01a8b7430
Consolidates error messaging to show output channel button
6 years ago
Eric Amodio
0b0137f3a4
Moves gitService into git folder & renames a couple of git files
6 years ago
Eric Amodio
8939ac3ed1
Reorders imports (via tslint) and moves some files for better structure
6 years ago
Eric Amodio
d790e9db04
Prettier all-the-things
6 years ago
Eric Amodio
35b437afbf
Renames files for better clarity
6 years ago
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 years ago
Eric Amodio
c47d6b5e6b
Fixes #207 - stash command not working
Fixes #203 - open changed files is broken
Fixes highlander repository method
Adds repository picker
7 years ago
Eric Amodio
a785cfd22e
Adds readonly to ctor props
7 years ago
Eric Amodio
ece34dba32
Cleans up some command overrides
7 years ago
Eric Amodio
9782a81e46
Adds new GitLens custom view
7 years ago
Eric Amodio
d288985c26
Adapts stash commands to new structure for views
Adds onDidChangeRepo event to GitService
Refreshes stash view when repo changes
7 years ago
rebornix
b81d873a34
WIP of Stash Explorer commands
# Conflicts:
# src/commands/stashApply.ts
7 years ago
Eric Amodio
0a9559f5a5
Reworks commanding structure for less redundancy
Adds command args copying when needed
7 years ago
Eric Amodio
45aa9b17ac
Changes to use enum for glyphs
7 years ago
Eric Amodio
77651701aa
Removes insiders flag from stash commands
7 years ago
Eric Amodio
1acc183621
Refactors commands to use typed args objects
7 years ago
Eric Amodio
4707b0640d
Adds go back support to stash apply, delete, & save
7 years ago
Eric Amodio
d3af67b21b
Attempts to fix #58 - work with sub-modules
Also fixes issue with nested repos
7 years ago
Eric Amodio
9945ee6d94
Adds 'Show Stashed Changes` command
Adds experimental 'Apply Stashed Changes' command
Adds experimental 'Delete Stashed Changes' to stashed changes quick pick
7 years ago