Open miv391 opened 5 months ago
Reproduced in 4.3 stable.
I use vscodium to edit a GDScript file whose path appeared in Godot editor error logs.
I also suspect that the LSP server or the LSP client is not handling file path correctly. I usually see 3 slashes in file:
URI. The same file would be represented as file:///home/neruthes/...
.
Tested versions
System information
Godot v4.3.dev6.mono - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 6GB (NVIDIA; 31.0.15.5212) - Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz (4 Threads)
Issue description
When opening a project, I get
Attempt to open script
errors where Godot tries to open files from other project. The project I opened in Godot is not thec:/godot/mechtech
project that is shown in the error messages.Steps to reproduce
To reproduce the situation again, just restart vscode.
Minimal reproduction project (MRP)
N/A