I'm working with Visual Studio Code v1.81.0. I'm developing in Angular and C# - two different projects. Separate directories etc. When I open my Angular project everything is fine. When I open my C# project it stoped detecting errors. I searched for a solution for a long time and came up with nothing.
When I go to the "problem" section (near the terminal) I see nothing. Errors are not underlined (squiggle) in the source code. I opened the settings (ctrl+shift+p) and I searched for "error squiggle" and "squiggle" and there is nothing. I also searched for .vscode->settings.json and I don't have such a file. I have the following extentions -
- .NET Install Tool for Extension Aurhothors
- Angular Language Service
- c#
- c# Extentions
- Material Icon Theme
- Prettier - Code formatter
- Vetur
Everything was installed months ago. I uninstalled and installed extensions 1, 3, 4, 6 but it did not help.
Any ideas?