Skip to content

Outdated metadata directory #66

@musjj

Description

@musjj

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>).

Screenshots of issue:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions