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
This is sort of two related issues.
First issue is that the documentation for all preceding variables will be merged with the current one if there aren't spaces between them.
The second is that a double hash (##) causes the text to become very large - I'm guessing it's being interpreted as a markdown heading.
Steps to reproduce
Create a gd file with this content:
class_nametest_motion# First comment - formatting should be fine, and won't be included in documentation below.exportvarfirst: Array## Second comment - font should be very large.exportvarsecond: float=0## Third comment - hovering over `third` should show this, as well as the comment for `second`exportvarthird: float
The text was updated successfully, but these errors were encountered:
Godot version
3.4.stable
VS Code version
1.67.2
Godot Tools VS Code extension version
1.3.0
System information
Windows 7
Issue description
This is sort of two related issues.
First issue is that the documentation for all preceding variables will be merged with the current one if there aren't spaces between them.
The second is that a double hash (
##
) causes the text to become very large - I'm guessing it's being interpreted as a markdown heading.Steps to reproduce
Create a gd file with this content:
The text was updated successfully, but these errors were encountered: