I am a brand new rookie in visual studio code. I started with c/c++. I downloaded the extension provided my Microsoft, I downloaded the GCC compiler. and I was good to go, but these notifications are just...annoying(in one word). any idea how to fix this issue? Another thing I want to mention, they appear in the bottom right hand side corner.
An old, deprecated Codespaces extension ms-vsonline.vsonline causes these error messages. But the extension doesn't show in UI, You can use this command to uninstall it.
code --uninstall-extension ms-vsonline.vsonline
Here is where I found the solution: https://github.com/microsoft/vscode/issues/144971