Releases: wkillerud/some-sass
[email protected]
What's Changed
- fix: use textEdit for completion items insertion by @wkillerud in #232
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.9.1
[email protected]
What's Changed
- fix: use textEdit for completion items insertion by @wkillerud in #232
This makes the following settings obsolete:
somesass.completion.afterModule
somesass.completion.beforeVariable
If you maintain a client and use these settings they can safely be removed.
The completions code has been rewritten using textEdit
instead of insertText
. The short story is the server now takes control of how the document should apply the suggestion, whereas before a lot was up to the editor. It worked OK when there was only one editor using the server, but now – not so much 😄
textEdit
has been part of the spec since the beginning, so this is shipped as a patch release.
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@1.8.1
[email protected]
What's Changed
- feat: add {module} as a magic string for the afterModule setting by @wkillerud in #229
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.9.0
[email protected]
What's Changed
- feat: add {module} as a magic string for the afterModule setting by @wkillerud in #229
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@1.8.0
[email protected]
What's Changed
- fix: apply loadPaths in onDidChangeConfiguration by @wkillerud in #227
- fix: remove extra dot for mixins and methods after modules in indented by @wkillerud in #228
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.8.1
[email protected]
What's Changed
- fix: apply loadPaths in onDidChangeConfiguration by @wkillerud in #227
- fix: remove extra dot for mixins and methods after modules in indented by @wkillerud in #228
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@1.7.1
[email protected]
What's Changed
- feat: add two settings to tweak completions in other editors by @wkillerud in #224
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.8.0
[email protected]
What's Changed
- fix: don't do CSS validation on Vue, Svelte and Astro code 6777302
- chore: migrate to rspack for build performance by @wkillerud in #222
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.7.1
[email protected]
What's Changed
- feat: add two settings to tweak completions in other editors by @wkillerud in #224
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@1.7.0
[email protected]
What's Changed
- fix: don't do CSS validation on Vue, Svelte and Astro code 6777302
- chore: migrate to rspack for build performance by @wkillerud in #222
Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@1.6.1