-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
*as-designedDescribed behavior is as designedDescribed behavior is as designedemmetEmmet related issuesEmmet related issues
Description
I´m trying to use the html:5 snippet on my project but is not working. Normally, when I type html on vsCode´s editor, the html:5 auto completes with:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>
I´ve been looking on internet and asked for help in a frontend forum and in a group, but all ideas and suggestions failed:
- disable all vscode’s extensions
- check if VsCode is updated
- created a new repository
I created a new index.html file on an old project to check if it´s working and yes it works! So, I suppose it´s something related to VsCode´s config. Does anyone have any suggestions? 😊
Metadata
Metadata
Assignees
Labels
*as-designedDescribed behavior is as designedDescribed behavior is as designedemmetEmmet related issuesEmmet related issues