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
All the comments are handling by VSCode, not by extension itself. Unfortunately, there are no ability to set any comments restriction, we can only provide "lineComment" an "blockComment" symbols, that will be used by VSCode to determine comments.
The syntax highlighting is showing the following as a comment.
Given some precondition #Hello
When Cucumber should only recognize it as a comment if the
#
is at the start of the line or only has white space.The text was updated successfully, but these errors were encountered: