Cannot change file-type association
I've tried every suggestion but cannot find a solution....
The Problem
- At some point in the past I created a file called mixin.scss
- Without reading the dialog box I opted to set it as a text file rather than sass file
- Now, no matter what I do, any file I call mixin.scss is always set as a text file, and will not allow sass inspection tools to work.
- It doesn't matter where I create the file, or if I try to change it - it only ever opens as a text file (ie: without sass linting and formatting).


请先登录再写评论。
Hi there,
Check for unwanted pattern under the "Text" entry on your last screenshot (top list -- instead of "SCSS Style Sheet").
Ahh thank you so much!!! That was the issue:
mixins.scss was listed in the Text type.
I removed that and mixins.scss is now properly shown as an scss file.