v2.0.0
What's Changed
- Chore: Bump svelte-language-server from 0.14.39 to 0.15.0 in #95
BREAKING CHANGES
- the old transformation is no longer available. If you're using the
svelte.JSX
namespace in your projects, you should migrate accordingly - minimum required Node version is now 16
- minimum required TypeScript version is now 4.9
- minimum required Svelte version is now 3.55
- now uses LSP version 3.17
If the new version doesn't work for your project, then:
- Download the zip from the previous release.
- Unzip it and move the folder to
PATH_TO/sublime-text/Packages
path.
If you are unsure where the packages path is. Open the Sublime Text console(ctrl+`) and paste:
>>> sublime.packages_path()
'/home/predragnikolic/.config/sublime-text/Packages'
- Done.