0dd278810e
* chore: astro-languageserver => @astrojs/language-server * chore: astro-vscode => vscode * chore: move devDeps to deps * chore: bump language-server to 0.5.0-next.0 * chore: remove astro-docs * chore: update changelog * fix: expose `astro-ls` bin * fix: vscode extension * chore: update changelog
20 lines
342 B
Markdown
20 lines
342 B
Markdown
# @astrojs/language-server
|
|
|
|
## 0.5.0
|
|
|
|
- Fix `bin` file
|
|
|
|
## 0.5.0-next.1
|
|
|
|
- Expose `bin/server.js` as `astro-ls`
|
|
|
|
## 0.5.0-next.0
|
|
|
|
- Moved to scoped `@astrojs/language-server` package
|
|
- Removed some `devDependencies` from the bundle and added them to `dependencies`
|
|
|
|
## 0.4.0
|
|
|
|
### Minor Changes
|
|
|
|
- 06e2597: Adds support for import suggestions
|