2

When I use "!" + tabs, the default HTML is set to lang="en".

How can I configure VS Code so that the default language coding is set to lang="fr" ?

I would like that the default VS Code to be always set in French, but I don't want to have VS Code interface in French. Just for all the coding aspect.

Many thanks

Jacob75
  • 21
  • 1

1 Answers1

1
  1. Open settings:

enter image description here

  1. Search for emmet:

enter image description here

  1. Scroll down to variables section and add new variable by clicking Add item:

enter image description here

fkrzski
  • 255
  • 2
  • 16