Open mcandre opened 4 days ago
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.95.3. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
all:
echo hello
pressing ctrl+/ on line 2 results in the comment being placed after the tab rather than at the start of the line
Yeah, this is a longstanding bug that's been happening for years.
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
all:
and a command likeecho hello
.Expected:
Code comments for make commands begin at the very first column.
Observed:
Code comments try to indent the comment. This disrupts the visual flow of makefiles, and the syntax risks interacting poorly with parsers for various make implementations and shells.