TheRealSyler / vscode-sass-indented

Sass indented syntax support for VSCode
https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented
Other
44 stars 8 forks source link

not format when choose format on context menu #96

Closed zhangpy closed 2 years ago

zhangpy commented 2 years ago

version: v1.8.19 file name x.vue

<style lang="sass" scoped>
.my-card
  display:flex
  flex-direction: row
</style>

expect insert blankspace in from of "flex" text

TheRealSyler commented 2 years ago

it works for me, have you installed vetur?, and set it as the default formatter (you can change it by right clicking and choose format with then set default.)? and check that vetur.format.defaultFormatter.sass is set to sass-formatter and not none.

TheRealSyler commented 2 years ago

the sass extension on its own does nothing i think but im not sure, i forgot how it works exactly.