-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
bugSomething isn't workingSomething isn't working
Description
OS/device including version:
OS: NixOS 25.05.20241115.5e4fbfb (Warbler) x86_64
CPU: 12th Gen Intel i7-12700F (20) @ 4.800GHz
GPU: AMD ATI Radeon 540/540X/550/550X / RX 540X/55
Issue description:
The extension is currently using an outdated metadata directory:
| this.projectMetadataDir = path.join(godotProjectDir, '.mono', 'metadata'); |
The correct directory for Godot 4 should be .godot/mono/metadata. Because of this, the extension fails to provide any completions, outputting this error in the console:
[Extension Host] There is no Godot Ide Server running
Even though Godot is running and working (tested with nc localhost <port>).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
