Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** Gleam's built in LSP has gained some very useful new features, including: * Rename variables and arguments * Generate function code action * Pattern match code action Plus many more improvements to the compiler in this very nice upgrade. Read more in the news article: https://gleam.run/news/gleam-gets-rename-variable/ **Test Plan** * Built and installed package locally. * Edited Gleam code with built in LSP doing its thing. * Used `gleam run` on existing projects. * Used `gleam test` on existing projects. **Checklist** - [x] Package was built and tested against unstable - [x] This change could gainfully be listed in the weekly sync notes once merged <!-- Write an appropriate message in the Summary section, then add the "Topic: Sync Notes" label -->
- Loading branch information