Good vs. Evil

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

duckfan77

Popular Member
Mar 18, 2013
80
683
118
85 Llllllllllllliiiiiiiiiiiiiiiiiiivvvvvvvvvvvvvvvvvvvveeeeeeeeeeeeeeeerrrrrrrrrrrrrsssssssssssss
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
85 and.... I currently have an error with dotnet core that makes it rather hard to write it.
The error is
Microsoft.Build.Exceptions.InvalidProjectFileException: The SDK 'Microsoft.NET.Sdk.Web' specified could not be found.
And happens every time I open the project in vscode and prevents it from analyzing the project. As a result, auto complete is totally turned off and its impossible to see what types anything is. You also can't jump to where a function, class or something else is defined.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
86 already did that.
Luckily, I finally managed to fix it. It was the C# plugin that vscode uses that caused the problem, or rather the version it auto updated to.
However, you don't want to know what for stuff got suggested and how many times I reinstalled dotnet core and vscode. I even removed monodevelop as people said that having that installed could cause issues.

Also, you can't turn auto updating off for specific plugins in vscode so I had to disable that for everything.