🔎 Search Terms
paste edits
🕗 Version & Regression Information
Nightly build with vscode insiders
⏯ Playground Link
No response
💻 Code
constk=1;console.log(k);/**/
Copy console.log(k); and paste it at /**/ in the same file.
🙁 Actual behavior
exportimport{k}from"./b";constk=1;console.log(k);console.log(k);🙂 Expected behavior
constk=1;console.log(k);console.log(k);
Additional information about the issue
No response
🔎 Search Terms
paste edits
🕗 Version & Regression Information
Nightly build with vscode insiders
⏯ Playground Link
No response
💻 Code
Copy
console.log(k);and paste it at /**/ in the same file.🙁 Actual behavior
🙂 Expected behavior
Additional information about the issue
No response