Editor file — Preferences — Settings

2. Search for Emmet, then configure it in setting.json, and select workspace

3. Add

{

     “emmet.includeLanguages”: {

     “javascript”: “javascriptreact”
  }

}