-
Notifications
You must be signed in to change notification settings - Fork 11
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
[Error] tl types
has returned an empty response.
#42
Comments
OK, I've seen this error before: #34 How did you install |
In any case, I assume Node.js is unable to find Lines 227 to 230 in 6282f7b
|
Yes, using LuaRocks 3.5.0. I'm managing my Lua install using hererocks. Instead of relying in Node.js magic, what about letting the user choose a path where tl is located? It could first search for it in the PATH and then, if it is not found, use the one at |
OK, good. Can you please run
The extension used to have an option for customizing the compiler path, but it would lead to some issues due to how The |
It worked! But that just defeats the whole purpose of using hererocks to manage different Lua versions for me. 😞 What about bundling |
Yes, I think this could be a good solution. I'll think about it! The tl releases on GitHub contain standalone executables for Windows and Linux. Instead of running |
This hack was used to detect "tl not found" errors on Windows. However, this approach proved to be quite fragile: #42
The error message should be indirectly fixed by 85cffb7. The extension will now display the following message when opening a file, if
I'm closing this issue in favor of #44. Thanks! |
Just installed the vscode-teal extension through the editor itself, version 1.57.1, Windows 10.
When run from PowerShell,
tl types
does work perfectly fine.Edit: I'm running tl 0.13.1. I'll check if this happens in latest master branch.
The text was updated successfully, but these errors were encountered: