Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Correct changelog

+4
+4
CHANGELOG.md
··· 125 125 126 126 ### Language Server 127 127 128 + - Update messages from the client are now batched to avoid doing excess 129 + compilation work in the language server, improving performance. This makes a 130 + large difference in low power machines where the language server could 131 + struggle to keep up with the edits from the client. 128 132 - The `Compiling Gleam` message is no longer emitted each time code is compiled. 129 133 This is to reduce noise in editors that show this message prominently such as 130 134 Neovim.