You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried creating a scripting project using dotnet script init and then opened it on VS Code. When I open main.csx, syntax highlighting appears for a brief moment and then disappears as soon as the following line appears in the Output window:
[Info - 4:50:53 PM] [Program]Language server initialized
Initially I thought this might be an Omnisharp issue, but the syntax highlighting + intellisense seem to work just fine on a conventional console application.
Should I expect syntax highlighting + intellisense to work with dotnet-script? If so what might be going on here?