godotengine / godotengine/godot-vscode-plugin
Inlay hints are rendered at the wrong position
Open
bug
confirmed
- Dominant language
- TypeScript
- Stars
- 2.1k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
### Godot version
4.6.2.stable
### VS Code version
1.115.0
### Godot Tools VS Code extension version
2.6.1
### System information
Windows 11
### Issue description
Inlay hints are rendered at the wrong position
Seems like this is caused by iteration over untyped `Dictionary`
### Steps to reproduce
1. Enable inlay hints
2. Write some code that iterates over a untyped `Dictioniary`
Contributor guide
Assessment
This issue has not been assessed yet.