Vue - can't see the git interfase to solve conflicts

Viewed 28

As say in title, vscodium, doesn't showme the colors interfase on code, when I have conflicts in merge, when working in Vue.js (in React.js it works normaly).

Instead I see the conflicts like this.

    <<<<<<< HEAD
  {
    title: 'Ajustes de Perfil',
    icon: settingsOutline,
    to: '/settings/profile',
    enabled: true,
  },
=======
  // {
  //   title: 'Ayuda (FAQ)',
  //   icon: helpCircleOutline,
  //   to: '/faq',
  //   enabled: true,
  // },
>>>>>>> 2c12cce44b0f9ce3ea754042d62849ff867ab621
0 Answers
Related