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
VS Code Version: 1.96.0
OS Version: macOS Sequoia 15.2
Steps to Reproduce:
Create any .sh file.
Use declare to define a variable. In this case, declare is correctly highlighted as a keyword.
Define a function, and use declare as the first statement inside the function with proper indentation. In this case, declare is no longer highlighted as a keyword.
The issue only occurs when declare is used on the first indented line inside a function. If it’s on the second line or the first line without indentation, it is correctly highlighted as a keyword.
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
.sh
file.declare
to define a variable. In this case,declare
is correctly highlighted as a keyword.declare
as the first statement inside the function with proper indentation. In this case,declare
is no longer highlighted as a keyword.The text was updated successfully, but these errors were encountered: