Skip to content

some-sass-language-server@1.8.1

Compare
Choose a tag to compare
@wkillerud wkillerud released this 17 Sep 18:59
· 71 commits to main since this release

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/some-sass-language-server@1.8.0...some-sass-language-server@1.8.1