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