I deleted some extensions and after that my VSCode Emmet are not working as it used to be. I tried searching for solutions, which led me to going in my Extensions in Setting but the Emmet in extension are also missing. Does anyone know how to fix this?
Asked
Active
Viewed 306 times
1 Answers
6
In your Extensions searchbox input @builtin
. Emmet should be listed in the Features
category. Note that Emmet can be disabled from vscode but not uninstalled.
If your Emmet extension says it is disabled, then re-enable.

Mark
- 143,421
- 24
- 428
- 436
-
It worked. Thank you. – Erin Capuchino Jan 12 '22 at 01:13