We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug VS Code uses // as line comment, however cocas uses # as line comment
//
cocas
#
To Reproduce Comment out some code with Ctrl + /.
Current behavior Code gets commented with //.
Expected behavior Code should get commented out with # symbol.
The text was updated successfully, but these errors were encountered:
kapkekes
Successfully merging a pull request may close this issue.
Describe the bug
VS Code uses
//
as line comment, howevercocas
uses#
as line commentTo Reproduce
Comment out some code with Ctrl + /.
Current behavior
Code gets commented with
//
.Expected behavior
Code should get commented out with
#
symbol.The text was updated successfully, but these errors were encountered: