Reputation: 237
Problems setting default syntax for .scss
files.
Reading the docs and this is how you should set it:
"files.associations": {
"*.scss": "Sass (indented)"
},
But it not works. Have anyone similar problems?
When I try to change syntax manually (clicking right bottom corner) it appears as Sass (indented)
maybe in system it has another name? like sass_indented
or sass indented
or e.t.c.
None of this does not work for me.
Upvotes: 0
Views: 501