LunarEclipse

Results 3 issues of LunarEclipse

```dart var s1 = ''' You can create multi-line strings like this one. '''; var s2 = """This is also a multi-line string."""; ``` ![image](https://github.com/user-attachments/assets/102c8c0c-15b6-45d4-b913-d3ba83316714) ![image](https://github.com/user-attachments/assets/bf77c651-5c1d-4bed-b94f-99c41f175f04) And it automatically generates...

**Describe the bug** ![image](https://github.com/user-attachments/assets/4b28a15f-b70b-4e11-a256-8ae3d99c5084) Export freeze with godot-rapier in GitHub actions. This issue only exists in Godot 4.3, it works fine with Godot 4.2.2. **To Reproduce** 1. Frok [test project](https://github.com/949886/godot-automation/tree/rapier-test)...

bug

**Describe the bug** ![image](https://github.com/user-attachments/assets/4af7e34d-4c48-4efe-9024-8e53e5ddc38e) It worked fine before I updated it to the new version. **To Reproduce** ```gdscript class_name RigidBodyGenerator extends RigidBody2D @onready var sprite = $Sprite2D func _ready() ->...

bug