Skip to content

Commit f131fba

Browse files
Add info on how this extension works in readme
This patch adds information on how this extension works in the readme allowing the user to understand the dependency tree with two extension dependencies for the YAML and Lua LSP providers and about the LSP used in the Lua extension.
1 parent 33d9cae commit f131fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ For more examples, refer to [the examples folder](examples/) with tutorials on h
5252

5353
## Contributing
5454

55-
Feel free to open issues on feature requests, wrong type annotations and bugs. If you're dealing with the problem related to LSP we'd appreciate addressing a direct issue to [emmylua-analyzer-rust](https://github.com/CppCXY/emmylua-analyzer-rust) which is used as a language server.
55+
Feel free to open issues on feature requests, wrong type annotations and bugs. If you're dealing with a problem related to LSP we'd appreciate addressing a direct issue to [the used external Lua Language server](https://github.com/CppCXY/emmylua-analyzer-rust).
5656

5757
We also appreciate contributions via pull requests.
5858

5959
Thank you for your interest in Tarantool and its development tools!
6060

6161
## References & acknowledgments
6262

63-
This is an extension for the [Tarantool database](https://www.tarantool.io/) internally using [VS Code EmmyLua extension as a language server](https://github.com/EmmyLua/VSCode-EmmyLua).
63+
This is an extension for the [Tarantool database](https://www.tarantool.io/). It uses [VS Code EmmyLua extension](https://github.com/EmmyLua/VSCode-EmmyLua) with [emmylua-analyzer-rust](https://github.com/CppCXY/emmylua-analyzer-rust) under the hood and [RedHat YAML extension](https://github.com/redhat-developer/vscode-yaml) dependencies as providers of Lua and YAML language servers and extend them with Tarantool-specific annotations.
6464

6565
A lot of the initial work has been done by Tarantool community in the [original Tarantool VS Code annotations](https://github.com/vaintrub/vscode-tarantool).

0 commit comments

Comments
 (0)