Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Sync GitHub context with Visual Studio (possible technologies and workflows) #1766

Open
@jcansdale

Description

@jcansdale

A spike of this functionality can be found at #1763.

Technologies

How might information about the GitHub context get into Visual Studio?

  • URL handlers
  • Copy/paste buffer
  • Browser windows

URL handlers

At the moment there is the option to clone a GitHub repository from the repository's homepage. This is a push model where the action is initiated from outside Visual Studio and a new process is fired up.

image

This uses the git-client://clone?repo= protocol, which is built into Visual Studio 2015 and 2017.

Copy/paste buffer

Offer user the option to open a repository form a URL. This is a mixed model where an action is required from inside the browser (copy URL) and inside Visual Studio (open from URL).

Browser windows

Automatically detect open browser windows and offer to sync context from inside Visual Studio. This is a pull model where the action is initiated from inside Visual Studio and the current context is changed.

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions