vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Preview codeAction on untitled file broken

Open RedCMD opened this issue 7 months ago • 0 comments

Steps to Reproduce:

  1. open untitled file
  2. paste code
  3. assign language JS
  4. click the code action button on line 3
  5. ctrl+enter on the code action Remove unreachable code
  6. click one of the lines in the REFACTOR PREVIEW window Expected: preview to pop up showing all the changes Image

Actual: nothing error in console

Image

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

  • VS Code Version: insiders
  • OS Version: Windows 11

RedCMD avatar May 24 '25 00:05 RedCMD