Eric Amodio
798213df5f
Changes configuration to have better type safety
5年前
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
5年前
Eric Amodio
56f73fbd03
Fixes lint issues w/ new avatar code & fixes nits
5年前
Eric Amodio
27ab08cf78
Reworks many quickpick menus
5年前
Eric Amodio
43caac1a46
Fixes #734 - broken hover image with remote dev
5年前
Eric Amodio
03d6a0eff9
Closes #710 , #711 - Prompts on disabled views
5年前
Eric Amodio
1d924e2e24
Reworks & reorganizes the webview code
Splits App into AppBase & AppWithConfigBase for impl of new webviews
5年前
Eric Amodio
3c4bb8c900
Adds contributors node to repos
5年前
Eric Amodio
7c6b659604
Switches to eslint from tslint
5年前
Eric Amodio
8e58858346
Updates dependencies & more
Adds bundle analyzer
Adds circular deps analyzer
Switches to es2018 output
Removes many circular dependencies
5年前
Eric Amodio
18ee54dbdf
Closes #542 - adds file annotation option to modes
6年前
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)
6年前
Eric Amodio
63a17deff3
Renames Results view files to Compare view
Updates README (wip)
Updates welcome & settings pages (wip)
6年前
Eric Amodio
55bc8c243f
Changes Results view into Compare view
Adds ability to start a compare directly from the view
6年前
Eric Amodio
3f3b8d28d6
Adds Search Commits view
Renames showCommitInResults to showCommitInView
Renames showFileHistoryInResults to showFileHistoryInView
6年前
Eric Amodio
7606783132
Renames explorer to view
6年前
Eric Amodio
a544383eb9
Renames CodeLensController to GitCodeLensController
6年前
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
6年前
Eric Amodio
2e4cbcad10
Reworks explorers (wip)
Closes #354 - Adds line history explorer (wip)
Closes #456 - Adds repository status to the repository nodes
6年前
Eric Amodio
0b0137f3a4
Moves gitService into git folder & renames a couple of git files
6年前
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
6年前
Eric Amodio
0f2f79fca7
Fixes #430 - Use content provider instead of tmp files (for text docs)
6年前
Eric Amodio
8939ac3ed1
Reorders imports (via tslint) and moves some files for better structure
6年前
Eric Amodio
d790e9db04
Prettier all-the-things
6年前
Eric Amodio
07619d7b94
Adds user-defined modes support
6年前
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
6年前
Eric Amodio
c34ed2d13f
Adds history explorer
6年前
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
6年前
Eric Amodio
3cafcf3073
Fixes #314 - Toggle line annotation doesn't work
6年前
Eric Amodio
b180ecc1e2
Adds welcome & settings pages (wip)
6年前
Eric Amodio
e8cfe8c1bd
Adds a safety check if the GitService isn't yet initialized
6年前
Eric Amodio
7c196e5c5b
Optimizes delay loading of custom views
6年前
Eric Amodio
eeb195797b
Fixes tracker on startup
Resolves chcken/egg issue with tracker and git service
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年前