Open rcorre opened 2 years ago
I'm not sure if either of these things would affect the LSP, but:
VisualInstance
, but was attached to an Area
nodeMeshInstance
and changed the attached node to a MeshInstance
, and no longer get a crashCC @Razoric480
Peculiar. I'll add it to my todo and try to replicate it on this end.
Godot version
3.5.stable.arch_linux
System information
Linux 5.19.7-arch1-1
Issue description
Given the following script:
With the cursor positioned after
bounds
, requesting completion causes a segfault. This sounds similar to https://github.com/godotengine/godot/issues/24697, but doesn't involve a nested class. I tried reproing https://github.com/godotengine/godot/issues/24697 on 3.5 and could not, so this seems to be a separate issue.Steps to reproduce
maps/ControlPointSpawner.gd
in an external editor using the Godot LSPbounds.
Minimal reproduction project
example.zip