I am having trouble with VS Code, on my Windows laptop. I'm working on a CSS file and when I'm typing properties, it used to have a dialog box that would show suggestions, and even some information on the properties themselves, about what they do etc. That does not happen anymore. I've tried searching the net with no luck. Tried going in the app settings, looking under editor and have it set like this:
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
}
I have even uninstalled and completely reinstalled the program with no luck. My Windows desktop copy of VS Code works fine and as intended.
What would be causing this?