code-server icon indicating copy to clipboard operation
code-server copied to clipboard

garbage paste meta character

Open uvguy opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

OS/Web Information

  • Web Browser: safari 18
  • Local OS: ipad os 18
  • Remote OS: apple sequoia beta 2 or linux arm64
  • Remote Architecture: arm64
  • code-server --version: 4.93.1 69df01185ce2f80e99c9e4f8c8de1907cc7a9bc5 with Code 1.93.1

Steps to Reproduce

  1. write c++ syntax that contain charcter :: or ; , example “std::string var;”
  2. copy that character and then paste
  3. the expected output from paste command shall be “std::string var;”

Expected

std::string var;

Actual

std:%3Astring%20var;

Logs


Screenshot/Video

here is the video

Does this bug reproduce in native VS Code?

I did not test native VS Code

Does this bug reproduce in GitHub Codespaces?

Yes, this is also broken in GitHub Codespaces

Are you accessing code-server over a secure context?

  • [x] I am using a secure context.

Notes

No response

uvguy avatar Dec 14 '24 05:12 uvguy

If this is broken in GitHub codespaces as well, then it sounds like a problem in VS Code itself! An issue should be opened at https://github.com/microsoft/vscode instead.

code-asher avatar Dec 17 '24 21:12 code-asher

Closing in favor of the upstream issue (thank you for finding that by the way).

code-asher avatar May 22 '25 19:05 code-asher