Eric Amodio
66a3ab7c94
Adds custom editor for rebasing
hace 4 años
Eric Amodio
a953e113f1
Overhauls recent change annotations
Renamed to Gutter Changes
Provides local changes if any, or recent commit changes
Distinguishes between added, changed, and removed lines
Shows a hover for the full diff hunk
Shows diff even with unsaved changes
hace 4 años
Eric Amodio
5299ca075e
Changes heatmap to be in the gutter
Changes heatmap colorization for better clarity
Changes blame avatars to be w/ the annotations rather than in the gutter
hace 4 años
Eric Amodio
1bf485eaa5
Overhauls git command quickpick menus
hace 4 años
Eric Amodio
cc3ca76bc9
Updates views layout options (to work w/ d&d)
Adds setViewsLayout command
hace 4 años
Eric Amodio
c838eaefe5
Closes #977 - adds per-lang codelens scopes
hace 4 años
Eric Amodio
175a81eabe
Updates dependencies & prettiers
hace 4 años
Eric Amodio
73031b515b
Updates dependencies, lints, & prettiers
hace 4 años
Eric Amodio
dca520b790
Adds assocd. PR info to line annotations & hovers
hace 5 años
Eric Amodio
59e7685454
Closes #897 - Adds autolink support
hace 5 años
Eric Amodio
798213df5f
Changes configuration to have better type safety
hace 5 años
Eric Amodio
59d9071a9b
Updates prettier config
Giving up on better else/catch/finally formatting -- can't fight anymore
Switching to tabs for better accessibility
https://twitter.com/sh4na/status/1146837957200027648
hace 5 años
Eric Amodio
56f73fbd03
Fixes lint issues w/ new avatar code & fixes nits
hace 5 años
Eric Amodio
27ab08cf78
Reworks many quickpick menus
hace 5 años
Eric Amodio
43caac1a46
Fixes #734 - broken hover image with remote dev
hace 5 años
Eric Amodio
03d6a0eff9
Closes #710 , #711 - Prompts on disabled views
hace 5 años
Eric Amodio
1d924e2e24
Reworks & reorganizes the webview code
Splits App into AppBase & AppWithConfigBase for impl of new webviews
hace 5 años
Eric Amodio
3c4bb8c900
Adds contributors node to repos
hace 5 años
Eric Amodio
7c6b659604
Switches to eslint from tslint
hace 5 años
Eric Amodio
8e58858346
Updates dependencies & more
Adds bundle analyzer
Adds circular deps analyzer
Switches to es2018 output
Removes many circular dependencies
hace 5 años
Eric Amodio
18ee54dbdf
Closes #542 - adds file annotation option to modes
hace 6 años
Eric Amodio
9ccbae3521
Adds live share support
Keeps all path manipulation on the host rather than guest
Fixes shared/local path munging for mac/windows
Keeps current user lookup local when a guest
Keeps difftool lookup local when a guest
Avoids fetch date lookup when a guest
Stops clearing node_modules (for now)
hace 6 años
Eric Amodio
63a17deff3
Renames Results view files to Compare view
Updates README (wip)
Updates welcome & settings pages (wip)
hace 6 años
Eric Amodio
55bc8c243f
Changes Results view into Compare view
Adds ability to start a compare directly from the view
hace 6 años
Eric Amodio
3f3b8d28d6
Adds Search Commits view
Renames showCommitInResults to showCommitInView
Renames showFileHistoryInResults to showFileHistoryInView
hace 6 años
Eric Amodio
7606783132
Renames explorer to view
hace 6 años
Eric Amodio
a544383eb9
Renames CodeLensController to GitCodeLensController
hace 6 años
Eric Amodio
5a88901a3c
Renames GitLens explorer to Repositories explorer
Changes changelog image links to permalinks
Moves all images for docs into a docs folder
Removes unused images
hace 6 años
Eric Amodio
2e4cbcad10
Reworks explorers (wip)
Closes #354 - Adds line history explorer (wip)
Closes #456 - Adds repository status to the repository nodes
hace 6 años
Eric Amodio
0b0137f3a4
Moves gitService into git folder & renames a couple of git files
hace 6 años
Eric Amodio
4320f5342c
Adds explore repo from here command (wip)
Replaces git content provider with git fs provider
Adds Buffer output support to git calls
hace 6 años
Eric Amodio
0f2f79fca7
Fixes #430 - Use content provider instead of tmp files (for text docs)
hace 6 años
Eric Amodio
8939ac3ed1
Reorders imports (via tslint) and moves some files for better structure
hace 6 años
Eric Amodio
d790e9db04
Prettier all-the-things
hace 6 años
Eric Amodio
07619d7b94
Adds user-defined modes support
hace 6 años
Eric Amodio
acdc6e3fed
Uses new webview for welcome and settings editor
Adds menu & toolbar settings to the settings editor
Adds mode setting for settings editor
Adds sticky header to settings editor
hace 6 años
Eric Amodio
c34ed2d13f
Adds history explorer
hace 6 años
Eric Amodio
28b87cfc92
Refactors current line tracking
Splits currentLineController into:
lineAnnotationController - end of line annotation
lineHoverController - hovers to current line(s)
statusBarController - blame on the statusbar
hace 6 años
Eric Amodio
3cafcf3073
Fixes #314 - Toggle line annotation doesn't work
hace 6 años
Eric Amodio
b180ecc1e2
Adds welcome & settings pages (wip)
hace 7 años
Eric Amodio
e8cfe8c1bd
Adds a safety check if the GitService isn't yet initialized
hace 7 años
Eric Amodio
7c196e5c5b
Optimizes delay loading of custom views
hace 7 años
Eric Amodio
eeb195797b
Fixes tracker on startup
Resolves chcken/egg issue with tracker and git service
hace 7 años
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)
hace 7 años