-
Notifications
You must be signed in to change notification settings - Fork 36.7k
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugemmetEmmet related issuesEmmet related issuesemmet-parseIssue caused by the current Emmet parserIssue caused by the current Emmet parser
Milestone
Description
- VSCode Version: Version 1.24.0 (1.24.0)
- OS Version: macOS 10.13.4 (17E199)
Steps to Reproduce:
- Open a new file, set language to
javascriptreact. - Add the following code:
const arr = [1, 2, 3]
const i = 0
arr[i|]- The location where the pipe is, after typing the
i, the suggestions will appear, and the top suggestion is Emmet.
Does this issue occur when all extensions are disabled?: Yes
smhmd, jazeved0, Robert-Rynard, ulugbekna, fidaay and 1 more
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugemmetEmmet related issuesEmmet related issuesemmet-parseIssue caused by the current Emmet parserIssue caused by the current Emmet parser