codes et box react emet

  // Enable Emmet abbreviations in languages that are not supported by default. Add a mapping here between the language and emmet supported language.
  //  E.g.: `{"vue-html": "html", "javascript": "javascriptreact"}`
  "emmet.includeLanguages": {
    "tsx": "html",
    "javascript": "javascriptreact"
  },
Tiago F2