Skip to content

Add option for providing a path to TT #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 28, 2025
Merged

Conversation

georgiy-belyanin
Copy link
Member

The main purpose of the patchset is to add a way to supply a path to TT utility.

The first patch adds the tarantool.ttPath option itself.

The later one makes is a small change making the extension not issue a message
on actual config that's been added in #14

Close #20

This patch introduces a new `tarantool.ttPath` option allowing one to
provide a path to TT. It defaults to `tt` available in the `$PATH`.

Closes #20
In e356b99 ('Set up language server configuration automatically') a
global LSP configuration has been introduced. It issued a message when
the configuration has been actual and there was nothing to do. It turned
to be quite nasty since it appears quite often. Let's remove it.
@georgiy-belyanin georgiy-belyanin merged commit b490488 into main Apr 28, 2025
3 checks passed
@georgiy-belyanin georgiy-belyanin deleted the 20-tt-path-config branch April 28, 2025 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow specifying path to the tt binary
1 participant