Skip to content
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

Markdown url smart paste incorrectly disabled between links on the same line #188874

Closed
Tracked by #189320
mjbvz opened this issue Jul 25, 2023 · 0 comments · Fixed by #189423
Closed
Tracked by #189320

Markdown url smart paste incorrectly disabled between links on the same line #188874

mjbvz opened this issue Jul 25, 2023 · 0 comments · Fixed by #189423
Assignees
Labels
insiders-released Patch has been released in VS Code Insiders
Milestone

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Jul 25, 2023

  1. For the markdown:
[Title](https://example.com/)       [Title](https://example.com/)
  1. Copy https://example.com
  2. Paste it between the two links

bug
The copied text is inserted as plain text instead of as a markdown link:

[Title](https://example.com/)   https://example.com/    [Title](https://example.com/)
@MeghanKulkarni MeghanKulkarni added this to the August 2023 milestone Jul 31, 2023
@beto811 beto811 mentioned this issue Jul 31, 2023
@VSCodeTriageBot VSCodeTriageBot added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Aug 1, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Sep 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
insiders-released Patch has been released in VS Code Insiders
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants