0

As I am using Semantic UI, most CSS is written in .override files. I need Visual Studio to treat these files as .css extension and format accordingly (with distinctive colors and auto format).

Does anyone know how to config this in Visual Studio Code? Thank you.

enter image description here

1
  • Add a .scss extension after the file name. Commented Sep 7, 2018 at 22:09

1 Answer 1

1

Go to user settings and add a file association with

"files.associations": {
    "*.override": "css"
}

Section

More info here VS Code File associations

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.