Home > Mobile >  .tag file extension not picking color theme in vs code
.tag file extension not picking color theme in vs code

Time:06-23

In my project files with extension, .jsp are picking up the color theme of vs code, but the files with " .tag " extension are showing code as plain text.

A similar problem occurred with the .vue extension but was solved after installing the vetur extension in vs code.

Kindly help. This is my first time working with .tag and .jsp code.

CodePudding user response:

I looked through this, and in the bottom-right corner of vs code the language support was showing it to "plain text", I just changes it to " java " and it works fine now.

  • Related