When I open a workspace in VS Code, I get this error message notification on the bottom right corner :
Failed to run .NET runtime. You may be missing key Linux libraries. Install them now?
Source: .NET Install Tool
This comes from the extension .NET Install Tool, which has been installed with other extensions I guess (I do not remember having installed it myself, and when I disable it, other extensions are no longer working :
Cannot disable '.NET Install Tool' extension alone. 'CMake Language Support', 'C# Dev Kit' and other extensions depend on this.
I tried to install the library by clicking on "install", and after the message The dependency installer failed. Try installing dependencies manually. and propose me to go on this page.
I done everything that could be done to install .NET on my computer (using snap, making the manual installation, etc...), but when loading a new window (or reloading), I still get this error message.
This is not critical as I still can use VS Code and the extension, but still I'd like to remove this error :)
I also clicked to "Turn Off All notifications from '.NET Install Tool'", but the message still appears...
EDIT: I have the same behavior on another computer on Ubuntu 24.04