-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Share a file via vscode.dev link #146309
Comments
An idea is to add a share menu item in the File menu and bring over all the Copy As.. items into here along with a new Copy vscode.dev link. Currently, users receive no confirmation after clicking on any of the copy link items. It would be nice to validate that the link has been copied to their clipboard. |
Please don't add new items in a right-click menu unless you also provide a setting to disable this function. There are already too many items there and it seems the clutter just increases and increases. |
* Add a share menu Fixes #146309 * Add vscod.dev command in github extension * Make share menu proposed * Add share submenu into editor context * Add proposed to editor share menu
Hi team,
I noticed it is very useful to share a file link to a remote repo. So that if we'd like to send someone a part of your code in chat or emails, they can quickly identify which code you are talking about.
Eg: we can share code via https://vscode.dev/github/microsoft/vscode/main/src/main.js?l18
I found we have permalink support for GitHub, but it will be better to have it in Azure repo and support adding code range
The text was updated successfully, but these errors were encountered: