godotengine / godotengine/godot-csharp-vscode

Outdated metadata directory

Open
#66 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
165
Forks
29
PR merge metrics
No merged PRs in 30d

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:

https://github.com/godotengine/godot-csharp-vscode/blob/55efe21dc34aeb068a5b05d3cdf81f3982e9bd9b/src/godot-tools-messaging/client.ts#L228

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

**Screenshots of issue:**
![image](https://github.com/user-attachments/assets/b0062875-13c9-498f-bb40-a85236743cec)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.