Intellisense setup in VSCode for Umbraco 13
t
Is it possible to get the new minimal hosting approach to have working syntax intellisense in VSCode? I assume so, but it seems there might be some basic step required that a newbie such as myself is missing. This is the program.cs file after I've run
dotnet new umbraco -n MyProject
. See the image for my problem - I get warnings etc. I have the basic C# extension installed and this works fine for the previous approach such as in Umbraco 12, with Program.cs and Startup.cs.