Skip to content

Paste with Edits causes self importΒ #58716

@navya9singh

Description

@navya9singh

πŸ”Ž Search Terms

paste edits

πŸ•— Version & Regression Information

Nightly build with vscode insiders

⏯ Playground Link

No response

πŸ’» Code

const k = 1;

console.log(k);
/**/

Copy console.log(k); and paste it at /**/ in the same file.

πŸ™ Actual behavior

export import { k } from "./b";

const k = 1;

console.log(k);console.log(k);

πŸ™‚ Expected behavior

const k = 1;

console.log(k);
console.log(k);

Additional information about the issue

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions