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
I tried to find the related prettier plugin for bash/sh but I couldn't. So please forgive me if this is the wrong place for this issue.
Actual result
Expected result
Additional information
Any vscode, any os.
As I said in the title, the last part of the first code line is treated like a commend. It doesn't throw errors in console since is valid piece of code. The second image shows how the code would look like if I break that #* by placing a dot between the 2 characters. That comment format is wrongfully applied to a piece of code, while in fact should be applied only if the # is at the begginning of the line.
The text was updated successfully, but these errors were encountered:
Summary
I tried to find the related prettier plugin for bash/sh but I couldn't. So please forgive me if this is the wrong place for this issue.
Actual result
Expected result
Additional information
Any vscode, any os.
As I said in the title, the last part of the first code line is treated like a commend. It doesn't throw errors in console since is valid piece of code. The second image shows how the code would look like if I break that
#*
by placing a dot between the 2 characters. That comment format is wrongfully applied to a piece of code, while in fact should be applied only if the#
is at the begginning of the line.The text was updated successfully, but these errors were encountered: