Eric Amodio
9a1b48af19
Adds push repositories command
Adds @command decorator
Changes (fetch|pull|push)All to be cancelable
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
003da86002
Normalizes line endings
6 years ago
Eric Amodio
26adc2eb06
Adds show explorer(s) commands
6 years ago
Eric Amodio
6898c39195
Changes code lens and line blame toggles to always work
7 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)
7 years ago
Eric Amodio
a785cfd22e
Adds readonly to ctor props
7 years ago
Eric Amodio
a255eea949
Splits code lens out of GitService
7 years ago
Eric Amodio
8b0748608d
Renames commands/commands to commands/common
Renames quickpicks/quickpicks to quickpicks/common
Moves git quick picks into common and other quick pick files
7 years ago
Eric Amodio
332b2c3b91
Renames GitProvider to GitService
7 years ago
Eric Amodio
d389a7b588
Stops using default exports
7 years ago
Eric Amodio
dfd0f8c365
Refactors command & quickpick imports
7 years ago
Eric Amodio
a2f4c4c953
Moves Commands into commands file
7 years ago
Eric Amodio
2b907788dd
Adds whitespace style changes
8 years ago
Eric Amodio
1a208b8691
Fixes issue in command description
8 years ago
Eric Amodio
409be335f9
1.0 wip
8 years ago
Eric Amodio
d2d72f0d54
Fixes another off-by-one issue when diffing with caching
Refactored commands and blame annotations
8 years ago