Repros with and without devkit. Also repros with Razor files (with cohosting on)
Repro steps:
dotnet new console
code .
- Open
Progam.cs
- Close VS Code
code .
Actual behaviour:
Console is blueish until the document is scrolled, or changed, or presumably any other change that causes a project change of some kind
Expected behaviour:
Once fully loaded, Console should be greenish.
