You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes/No
VS Code Version: 1.95.2
OS Version: macOS Sequoia
Steps to Reproduce:
Write a makefile with a default task like all: and a command like echo hello.
Use VSCode hotkeys to toggle comments on and off for the command.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: