-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team memberemmetEmmet related issuesEmmet related issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersregressionSomething that used to work is now brokenSomething that used to work is now brokenverifiedVerification succeededVerification succeeded
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.62.2
- OS Version: macOS 10.15.7
Steps to Reproduce:
- Download VS Code v1.62.2 on a Mac.
- Create an file in the path
pages/index.js
. - Create a simple functional component like:
function HomePage(props) {
return (
<div>
<title>NextJS Events</title>
</div>
);
}
- Type
div.test
in thediv
and press Tab. - Observe that nothing happens.
- Disable all extensions.
- Restart VS Code.
- Observe that the same issue occurs.
Notes:
I added the following code in settings.json and then restarted VS Code. The same issue occurs when I try to use Emmet.
{
"emmet.includeLanguages": {
"javascript": "javascriptreact"
}
}
rickyalmeidadev, harryghgim and paragkatoch
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team memberemmetEmmet related issuesEmmet related issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersregressionSomething that used to work is now brokenSomething that used to work is now brokenverifiedVerification succeededVerification succeeded