Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated metadata directory #66

Open
musjj opened this issue Nov 16, 2024 · 0 comments
Open

Outdated metadata directory #66

musjj opened this issue Nov 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@musjj
Copy link

musjj commented Nov 16, 2024

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

@musjj musjj added the bug Something isn't working label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant