(Web, Safari) Copying and pasting line with colon and no leading space results in URL encoding of pasted text #235666
Labels
bug
Issue identified by VS Code Team member as probable bug
editor-clipboard
Editor clipboard issues
help wanted
Issues identified as good community contribution opportunities
ios-ipados
Does this issue occur when all extensions are disabled?: Yes
VSCode Web on iPadOS/Safari appears to be erroneously encoding certain copied text as a URL.
So copying this string of text from a VSCode Web file:
foo: bar
And pasting it into another VSCode web file will result in:
foo:%20bar
This is only the case if there isn’t a space before the colon anywhere on the line. So,
foo: bar
andfoo bar: baz
both copy and paste normally.This also only happens within VSCode web. So, copying
foo: bar
from an external app and pasting it into VSCode Web or copyingfoo: bar
from VSCode web into another app both work fine.I have not been able to reproduce this on VSCode Web on Mac or Windows.
Steps to Reproduce:
foo: bar
ScreenRecording_12-09-2024.12-30-07_1.mov
The text was updated successfully, but these errors were encountered: