Standard C# libs(System
, etc.) giving errors in VSCode until the project solution is built
#60266
Labels
System
, etc.) giving errors in VSCode until the project solution is built
#60266
Godot version
v3.4.4.stable.mono.official [419e713]
System information
Fedora 35
Issue description
When you initially create a C# script and open it in VSCode(with C#, Mono Debug and C# Godot Tools extensions installed), there are errors that do not make sense such as
using System;
not working.They all go away after running the project(and thus building the project solution) and optionally restarting OmniSharp
Steps to reproduce
System
not being thereMinimal reproduction project
No response
The text was updated successfully, but these errors were encountered: