Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.63.2
OS Version: Ubuntu 20.04.3 LTS (OS doesn't matter)
Steps to Reproduce:
Open an XML/HTML file
Select multiple lines
Use "Add Line Comment" or "Toggle Line Comment" function
Expected: Each selected line is commented separately. (line comment)
Actual: Block comment happens.
Note: Rectangular selection (just a fast way of doing multi-cursor for consecutive lines) + the comment shortcut should do what you want I think. I personally like the way it's working right now.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
This is duplicate of https://github.com/microsoft/vscode/issues/35464 which was closed by bettercomment extension solution. I wanted to revive this issue because I think this issue shouldn't be solved by an extension. This is a core function in my humble opinion.