This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Closed
Conversation
Remove dependency on the VSColorTheme class.
Not all assembliues from VS 2019 have been distributed. Using binding redirects from VS 2017 instead.
Visual Studio doens't know where to find assemblies used in the .imagesmanifest file. Use ProvideBindingPath to make assemblies in the `UI` folder discoverable.
- Currently clone button is disabled and open button is enabled on empty directories. - Desired behavior should support cloning to empty directories. - Non-empty directory message is not shown when the directory is empty.
GraphQL caching.
Use Visual Studio colors and styles for all dialogs
Create a zero impact extension for Visual Studio 2019
…oauth Redirecting to the profile page after OAuth login
Return a null view for a null view-model
Window.Activate() doesn't seem to work when main window isn't visible.
Preventing the right mouse from dragging a dialog window
Register IGitHubServiceProvider with singleton Service class to use as global provider.
This allows the global service to be specified for unit testing and the essentials extension.
…bServiceProvider-with-Services Make web browser available from clone/open dialog
SwitchToThisWindow is martked with the following text: [This function is not intended for general use. It may be altered or unavailable in subsequent versions of Windows.]
…owser-switch-window Fix switching back to Start Window after browser login
…ponent Make the essentials extension a system component
Adding translations
Using 'Add/Change Accounts'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Show Create Repository UI outside of VSShow Login UI outside of VSReference TeamFoundation assemblies when outside VSPreview UI with VS themesFix background of dialog windowEneble theme detection when outside VS …Remove dependency on the VSColorTheme class.Merge branch 'jcansdale/theme-detection-outside-vs' into fixes/dialog………-style-guideMerge branch 'jcansdale/theme-detection-outside-vs' into spike/zero-i……mpact-2019Use app config from VS 2017 …Not all assembliues from VS 2019 have been distributed. Using binding redirects from VS 2017 instead.