Postgres Language Server
A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.
0.24.0
๐ Features
- Expose new workspace function splitStatements with ranges (#730)
๐ Bug Fixes
- Pin bun version and use bundler resolution for wasm package
- Build wasm from release assets
โ๏ธ Miscellaneous Tasks
- Add multi-file pretty print SQL fixtures (#731)
Contributors
- @lneves12 made their first contribution in #730 ๐
- @psteinroe