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

Copy paste bug on js files #144464

Closed
vendra95 opened this issue Mar 5, 2022 · 2 comments
Closed

Copy paste bug on js files #144464

vendra95 opened this issue Mar 5, 2022 · 2 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@vendra95
Copy link

vendra95 commented Mar 5, 2022

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.65.0
  • OS Version: 10.0.19043

Steps to Reproduce:

  1. create a .js file
  2. write function testFunction() { $('.test-hello').show(); }
  3. copy a string text (ex. hello2)
  4. overwrite (paste) hello
  5. the string between '' disappears

This behavior has never occurred in previous versions.

@mjbvz
Copy link
Collaborator

mjbvz commented Mar 8, 2022

I can't repro this

Does this reproduce in the latest VS Code insiders build with all extensions disabled?

@mjbvz mjbvz added the info-needed Issue requires more information from poster label Mar 8, 2022
@mjbvz
Copy link
Collaborator

mjbvz commented Mar 8, 2022

Likely a duplicate of microsoft/TypeScript#48006 actually

@mjbvz mjbvz closed this as completed Mar 8, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants