You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,14 +52,14 @@ For more examples, refer to [the examples folder](examples/) with tutorials on h
52
52
53
53
## Contributing
54
54
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).
56
56
57
57
We also appreciate contributions via pull requests.
58
58
59
59
Thank you for your interest in Tarantool and its development tools!
60
60
61
61
## References & acknowledgments
62
62
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.
64
64
65
65
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