Releases: wkillerud/some-sass
[email protected]
Support for the indented syntax
Excited to share that Some Sass now has support for the indented syntax 🥳
- IntelliSense for CSS and Sass that adapts to the Sass module system
- Sass function signature helpers
- Completions for placeholder selectors for both @extend-first and placeholder first workflows
- Full workspace code navigation (go to definition, find references) and refactoring (rename symbol)
- Hover information that includes CSS documentation, SassDoc, selector specificity and more
- Color decorators
- Deprecation decorators powered by SassDoc, and warnings for mixed indentation (tabs and spaces)
- Mix and match the two syntaxes in the same workspace
See the announcement post for more
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.7.0
[email protected]
Support for the indented syntax
Excited to share that Some Sass now has support for the indented syntax 🥳
- IntelliSense for CSS and Sass that adapts to the Sass module system
- Sass function signature helpers
- Completions for placeholder selectors for both @extend-first and placeholder first workflows
- Full workspace code navigation (go to definition, find references) and refactoring (rename symbol)
- Hover information that includes CSS documentation, SassDoc, selector specificity and more
- Color decorators
- Deprecation decorators powered by SassDoc, and warnings for mixed indentation (tabs and spaces)
- Mix and match the two syntaxes in the same workspace
See the announcement post for more
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@1.6.0
[email protected]
What's Changed
- fix: race condition in workspace scanner by @wkillerud in #212
- fix: exclude sass globals if suggestFromUseOnly by @wkillerud in #211
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.6.4
[email protected]
This release reverts 3.6.2 as it caused a loop when navigating
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.6.3
[email protected]
This release reverts 1.5.3 as it caused a loop when navigating
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@1.5.4
[email protected]
What's Changed
- fix: a race condition that caused partials not to be parsed sometimes by @wkillerud in #205
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.6.2
[email protected]
No changes since 3.6.0, but something failed on Visual Studio Marketplace during publication.
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.6.1
[email protected]
What's Changed
- fix: apply completion settings by @wkillerud in #204
Somehow this fell through the cracks. End to end tests only use the default settings, and tests at the lower levels didn't catch the missing link in the server.
With this change the code suggestion settings will work again.
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.6.0
[email protected]
What's Changed
- fix: a race condition that caused partials not to be parsed sometimes by @wkillerud in #205
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@1.5.3
[email protected]
What's Changed
- fix: apply completion settings by @wkillerud in #204
Somehow this fell through the cracks. End to end tests only use the default settings, and tests at the lower levels didn't catch the missing link in the server.
With this change the code suggestion settings will work again.
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@1.5.2