Understood VS code is not officially supported. But just wondering if you have quick answer to below.
When I use VS Code to load the c:\Users\leont\Documents\NinjaTrader 8\bin\Custom\ folder, I got below error.
But I'm 100% sure that I have installed .Net Framwork SDK 4.8.
Have you faced this problem and what is solution?
[fail]: OmniSharp.MSBuild.ProjectLoader
The reference assemblies for .NETFramework,Version=v4.8 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
Failed to load project file 'c:\Users\leont\Documents\NinjaTrader 8\bin\Custom\NinjaTrader.Custom.csproj'.
c:\Users\leont\Documents\NinjaTrader 8\bin\Custom\NinjaTrader.Custom.csproj
c:\Users\leont\.vscode\extensions\ms-dotnettools.csharp-1.23.8\.omnisharp\1.37.5\.msbuild\Current\Bin\Micr osoft.Common.CurrentVersion.targets(1180,5): Error: The reference assemblies for .NETFramework,Version=v4.8 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[fail]: OmniSharp.MSBuild.ProjectManager
Attempted to update project that is not loaded: c:\Users\leont\Documents\NinjaTrader 8\bin\Custom\NinjaTrader.Custom.csproj

Comment