Ceci
March 4, 2020, 7:04pm
1
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.
Ceci
March 4, 2020, 8:26pm
3
I did (Ctrl + Shift + P) and wrote
>Reload Window
but had no luck, ¿is that what you meant when you said “restart”?
Ceci
March 4, 2020, 8:35pm
4
I did Reload with extensions disabled and it worked!! many thanks 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.