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
Hi! Thank you for your amazing work on KCL and the VSCode extension!
I have a question related to the code auto-formatting. I noticed that the formatter (invoked by Format Document) removes empty lines before comments. Is it possible to disable this behavior ?
Here is an example:
Before formatting:
# ------------------------------# Some comment# ------------------------------# This is a commentfoo="bar"# This is another commentfizz="bazz"
After formatting:
# ------------------------------# Some comment# ------------------------------# This is a commentfoo="bar"# This is another commentfizz="bazz"
General Question
Hi! Thank you for your amazing work on KCL and the VSCode extension!
I have a question related to the code auto-formatting. I noticed that the formatter (invoked by
Format Document
) removes empty lines before comments. Is it possible to disable this behavior ?Here is an example:
Versions
The text was updated successfully, but these errors were encountered: