diff --git a/editors/vscode/CHANGES.md b/editors/vscode/CHANGES.md index 4178a5bfa..a3afb4099 100644 --- a/editors/vscode/CHANGES.md +++ b/editors/vscode/CHANGES.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ### Fixed ### Changed -- When calling lambdapi to lunch the lsp server from the Vscode extension, read the `lsp` argument from `package.json` instead of hard-coding it to allow using a custom command to lunch the server especially in Windows as discussed in issue #1163 (Many thanks to Akihisa Yamada) +- When calling lambdapi to launch the lsp server from the Vscode extension, read the `lsp` argument from `package.json` instead of hard-coding it to allow using a custom command to launch the server especially in Windows as discussed in issue #1163 (Many thanks to Akihisa Yamada) ## [0.2.2] - code refactoring of the client for maintenability.