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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Write some code and then type # in the same line. Example :
sudo dnf remove -y \
krdc \
kmail \
kgpg \
krusader \ # the old kde twinstyle file manager
kruler
Everything after # is greyed out and vscode thinks that its a comment, misleading the user
This is wrong, as bash does not consider everything after # as a comment and running the script can lead to disastrous results as it would remove the file package, which is somehow a dependency for essential packages and removing it can break the system.
The text was updated successfully, but these errors were encountered:
Thanks for the report 👍 I can reproduce on macOS 10.14 with 1.41.0-nightly3 using Tree-sitter. Please note however that we would only resolve the issue in the Tree-sitter grammar since we're generally no longer maintaining the first-mate grammar when there is a built-in Tree-sitter grammar available.
From @IceWreck in microsoft/vscode#78034
Steps to Reproduce:
#
in the same line. Example :#
is greyed out and vscode thinks that its a comment, misleading the userThis is wrong, as bash does not consider everything after
#
as a comment and running the script can lead to disastrous results as it would remove the file package, which is somehow a dependency for essential packages and removing it can break the system.The text was updated successfully, but these errors were encountered: