Open
Description
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
- Copy multiple lines of code
- Paste somewhere else
- Notice it is indented too much and you have to manually unindent it, or in my case, save the file so Prettier reformats (I don't use format on paste)
This is a regression, happened in the last 2 releases. It used to work fine. Now it is incorrect almost every time. Even when it needs to be the same indent as the source, it will paste wrong.
Expect that wherever I am in the code, when I paste multiple lines of code, it should take on the current section's indentation correctly.