Emmet stopped working in VScode, how do i set it up again?

I don’t get why it stopped working, I didn’t touch any configs or anything, here are my settings.json rules.

{
    "window.zoomLevel": 1,
    "terminal.integrated.rendererType": "dom",
    "editor.formatOnSave": true,
    "emmet.includeLanguages": {
        "javascript": "html"
    },
    "emmet.showSuggestionsAsSnippets": true
}

Sometimes I just restart the code editor and it starts working again. Or check the bottom bar, it might be loading something.

I did (Ctrl + Shift + P) and wrote

>Reload Window 

but had no luck, ¿is that what you meant when you said “restart”?

I did Reload with extensions disabled and it worked!! many thanks :slight_smile: FreeCodeCamp is so awesome as always!

Why do you have html for the “javascript”? I just have javascriptreact in mine which I think I set up at some point. Either remove it or set it to a valid language identifier

Emmet abbreviations in other file types

Also, make sure your source file has the correct file extension.