You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've made further improvements to copying and sharing links from inside VS Code.
Test:
Open an Azure Repos repository in insiders.vscode.dev. Right click in the editor gutter and Copy vscode.dev Link for a line. Paste the link into your browser tab and verify that it takes you back to that specific line for Azure Repos
Open a GitHub repository that has been cloned with git to your local machine. Be on an unpublished branch. Right click in the editor gutter and Copy vscode.dev Link for a line. Verify that you are informed the branch is not yet published to the remote, and that the followup actions work and make sense.
Repeat step 2 for the following scenarios:
Have some local uncommitted changes (either staged or in working tree)
Be a couple of commits behind the remote
Enable window.commandCenter and workbench.experimental.share.enabled, reload window, and install GitHub Pull Requests and Issues pre-release
Ensure a Copy Markdown Link option is available from the share button next to the command center and that it works as expected
If you have an active editor selection, ensure that all the options from the share button include a deeplink to the editor selection
The text was updated successfully, but these errors were encountered:
Refs: #176316, #183810, #185908
Complexity: 5
Create Issue
We've made further improvements to copying and sharing links from inside VS Code.
Test:
window.commandCenter
andworkbench.experimental.share.enabled
, reload window, and install GitHub Pull Requests and Issues pre-releaseThe text was updated successfully, but these errors were encountered: