Skip to content

Fix CMD/bat comment spacing - #334205

Merged
Martin Aeschlimann (aeschli) merged 3 commits into
mainfrom
copilot/fix-cmd-bat-comments
Sep 3, 2026
Merged

Fix CMD/bat comment spacing#334205
Martin Aeschlimann (aeschli) merged 3 commits into
mainfrom
copilot/fix-cmd-bat-comments

Conversation

Copilot AI commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Description

CMD comments inserted with Ctrl+/ could produce @REMtext, preventing proper comment highlighting and causing output when executed.

  • Update the BAT language configuration to include the required separator:
    "lineComment": "@REM "

Copilot AI balanced review requested due to automatic review settings September 3, 2026 09:12

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix missing space after REM in CMD/bat comments Fix CMD/bat comment spacing Sep 3, 2026
@aeschli
Martin Aeschlimann (aeschli) marked this pull request as ready for review September 3, 2026 19:16
@aeschli
Martin Aeschlimann (aeschli) merged commit b04dcb3 into main Sep 3, 2026
40 checks passed
@aeschli
Martin Aeschlimann (aeschli) deleted the copilot/fix-cmd-bat-comments branch September 3, 2026 21:17
@vs-code-engineering vs-code-engineering Bot added this to the 1.137.0 milestone Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CMD/bat comments are missing a space after REM

5 participants