Eric Amodio
|
3bf5f23c66
|
Adds diffWithRevision command
|
2017-06-27 01:34:00 -04:00 |
|
Eric Amodio
|
1751987868
|
Reworks more commands deal with context
|
2017-06-27 01:33:59 -04:00 |
|
Eric Amodio
|
9179b70875
|
Avoids re-setting the line if it is already set
|
2017-06-27 01:33:59 -04:00 |
|
Eric Amodio
|
93ea2c7145
|
Fixes another infinite loop in close command
|
2017-06-27 01:33:59 -04:00 |
|
Eric Amodio
|
f9275a8e1a
|
Reworks command structure with context
|
2017-06-27 01:33:59 -04:00 |
|
Eric Amodio
|
e42af14b11
|
Adds status formatter
|
2017-06-26 23:54:50 -04:00 |
|
Eric Amodio
|
bcfa2cb4d7
|
Renames icon references to octicon
|
2017-06-26 23:53:18 -04:00 |
|
Eric Amodio
|
16963ee054
|
Fixes typo
|
2017-06-26 23:48:44 -04:00 |
|
Eric Amodio
|
ccac13088c
|
Fixes #103 - toggled line annotation state is sometimes forgotten
Often happened when also toggling file annotations
|
2017-06-26 23:37:16 -04:00 |
|
Eric Amodio
|
191a158b3b
|
Optimizes diff with previous command
|
2017-06-25 13:26:33 -04:00 |
|
Eric Amodio
|
f553980146
|
Attempts to fix #99
undo/redo spawns too many git processes
|
2017-06-25 13:26:19 -04:00 |
|
Eric Amodio
|
a306ba2b98
|
Stops trying to set the line if we don't have one
|
2017-06-25 00:29:11 -04:00 |
|
Eric Amodio
|
1cdd94cb46
|
Adds a with method to commit
|
2017-06-24 17:54:19 -04:00 |
|
Eric Amodio
|
12caa017a9
|
Fixes issues with changes showing wrong diff
Refactors diff parsing
|
2017-06-24 17:52:52 -04:00 |
|
Eric Amodio
|
55ef004332
|
Fixes changes hover not showing the correct diff when showing recent changes annotations
|
2017-06-19 23:23:20 -04:00 |
|
Eric Amodio
|
6b4642d8c8
|
Fixes #96 - stops opening external diff if configured
|
2017-06-15 23:44:41 -04:00 |
|
Eric Amodio
|
45aa9b17ac
|
Changes to use enum for glyphs
|
2017-06-13 22:34:51 -04:00 |
|
Eric Amodio
|
5823457ea0
|
Removes invalid signature
|
2017-06-13 03:15:15 -04:00 |
|
Eric Amodio
|
a618b7efe6
|
Adds ability to esc out of file annotations
|
2017-06-13 01:31:13 -04:00 |
|
Eric Amodio
|
a2903ce4a9
|
Refactors formatters
Moves annotation messages from formatter to annotations
Moves icons into dark/light folders
|
2017-06-13 00:14:10 -04:00 |
|
Eric Amodio
|
12debe583c
|
Cleans up more duplicate code
|
2017-06-12 12:25:35 -04:00 |
|
Eric Amodio
|
76961d6697
|
Fixes #33 - escape commit message
|
2017-06-12 12:13:48 -04:00 |
|
Eric Amodio
|
6f3441a9e7
|
Adds default date format
|
2017-06-12 12:13:48 -04:00 |
|
Eric Amodio
|
64ae82075e
|
Cleans up some duplicate code
|
2017-06-12 12:13:48 -04:00 |
|
Eric Amodio
|
5624567daa
|
Fixes regression with code lens
|
2017-06-12 12:13:48 -04:00 |
|
Eric Amodio
|
c1c65127b7
|
Fixes extra newline in multiline commit messages
|
2017-06-11 17:56:07 -04:00 |
|
Eric Amodio
|
ce98f02706
|
Adds details hover to recent changes annotations
|
2017-06-11 17:43:53 -04:00 |
|
Eric Amodio
|
48a1ca704d
|
Adds new recent changes annotations
|
2017-06-10 04:19:07 -04:00 |
|
Eric Amodio
|
dd0b95498e
|
Fixes excessive memory usages with diff regex
|
2017-06-10 00:49:22 -04:00 |
|
Eric Amodio
|
e6316400f0
|
Optimized parsers for speed & memory usage
Switches to lazy parsing of diff chunks
|
2017-06-10 00:16:46 -04:00 |
|
Eric Amodio
|
eeff31cf27
|
Removes I from interface naming of "things"
|
2017-06-09 18:00:54 -04:00 |
|
Eric Amodio
|
10674124c8
|
Fixes #87 - Can't open files in remote when using git@ urls (ssh)
|
2017-06-09 17:26:20 -04:00 |
|
Eric Amodio
|
badd999db1
|
Defaults toggleWhitespace.enabled to true
Turns off whitespace toggling if already 'none'
|
2017-06-09 16:32:05 -04:00 |
|
Eric Amodio
|
9ae4cc36a1
|
Adds ability to suppress most warning messages
|
2017-06-09 15:42:56 -04:00 |
|
Eric Amodio
|
30bb4398a3
|
Changes formatting & ordering
|
2017-06-09 15:41:49 -04:00 |
|
Eric Amodio
|
9c7a971e21
|
Changes to undefined checks
|
2017-06-09 15:41:49 -04:00 |
|
Eric Amodio
|
ba59fb29ad
|
Fixes #85 - Show File Commit Details doesn't work on last line if it is empty
|
2017-06-09 15:41:49 -04:00 |
|
Eric Amodio
|
50ba3e1446
|
Fixes #84 - diff w/ previous should only compare w/ working tree if file is uncommitted
|
2017-06-09 15:41:49 -04:00 |
|
Eric Amodio
|
62e5ef6225
|
Fixes issue with open in remote not showing with no editors
|
2017-06-09 10:18:10 -04:00 |
|
Eric Amodio
|
ed54d289dd
|
Stops collecting initialized event (data cap issues)
|
2017-06-09 09:36:00 -04:00 |
|
Eric Amodio
|
2a8dafd9e9
|
Fixes #83 - Close Unchanged Files command can infinitely loop
|
2017-06-08 00:54:46 -04:00 |
|
Eric Amodio
|
9cf86a41ec
|
Adds setting to explicitly control telemetry
Disables zone.js monkey patching by application insights
|
2017-06-07 12:52:56 -04:00 |
|
Eric Amodio
|
4eb1c3e36a
|
Renames interpolation method
|
2017-06-07 12:52:56 -04:00 |
|
Eric Amodio
|
95e0a6c71b
|
Adds code lens range to debug info
|
2017-06-07 12:52:56 -04:00 |
|
Eric Amodio
|
35ca8106c9
|
Adds customizable code lens strings
|
2017-06-07 12:52:56 -04:00 |
|
Eric Amodio
|
948a75de79
|
Don't wait for settings message before continuing
|
2017-06-07 12:52:56 -04:00 |
|
Eric Amodio
|
4b0891b949
|
Adds settings migration support
|
2017-06-07 12:52:56 -04:00 |
|
Eric Amodio
|
3c45c7e049
|
Anchors the code lens to the end of the line
|
2017-06-07 12:51:00 -04:00 |
|
Eric Amodio
|
d2dc172042
|
Attempts to fix #80 - on line with link, annotation gets underlined
|
2017-06-07 12:49:52 -04:00 |
|
Eric Amodio
|
e5e582d300
|
Fixes #81 - Current line annotation is too sticky
|
2017-06-07 12:49:52 -04:00 |
|