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
OS Version: Ubuntu Desktop 19.10 (also tested with Window 10 1909)
Steps to Reproduce:
Select the language mode to "Shell Script"
Paste the following lines into the editor
comms=$(cat some_file.txt 2>&1 | while read -r line; do \
printf "%s\n" "${line%%=*}="; \
done)
The issue comes that all the lines following these lines may be incorrectly highlighted, that it seems to consider the parentheses not closed. In fact the script can be run perfectly in shell, which mean the lines are legal.
Does this issue occur when all extensions are disabled?: Yes.
The text was updated successfully, but these errors were encountered:
alexr00
added
grammar
Syntax highlighting grammar
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
labels
Feb 25, 2020
Steps to Reproduce:
The issue comes that all the lines following these lines may be incorrectly highlighted, that it seems to consider the parentheses not closed. In fact the script can be run perfectly in shell, which mean the lines are legal.
Does this issue occur when all extensions are disabled?: Yes.
The text was updated successfully, but these errors were encountered: