-
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" whenever I open a tl file
#34
Comments
Thanks for the bug report. On the command line, can you try running |
Now that I think of it, the extension might have some trouble picking up the |
|
The issue should be fixed on latest master. I will push the fix to the marketplace as soon as |
@horatiohafnaugels @evanpaul22 I pushed a new release, does it work now? |
@pdesaulniers That error went away for me! I have a new (likely unrelated) error "[Error] Could not find the tl executable Please make sure that is available in the PATH" This definitely seems like a me problem though; I actually have |
@evanpaul22 Yeah, on Windows, the extension tries to invoke As a workaround, you could probably create a shell script called @echo off
wsl.exe tl %* Then, just make sure the script is available in the PATH outside of WSL, so that the extension can detect it. |
Clever! I'll give it a try. Thanks! |
@evanpaul22 On second thoughts, you might run into some issues, considering that Windows-style paths differ from POSIX-style paths: # POSIX
/somedir/myfile
# Win32
C:\\somedir\\myfile
Anyway, I'm closing this issue in favor of #35. |
Yes, it does. Thank you a lot! |
Whenever I open or save a tl file with VS Code I get this error:
[Error]
tl types
has returned an empty responseI'm using the latest precompiled binary version of tl (0.11.2+dev) on Windows 10 and the latest version of vscode-teal available on the marketplace (v0.7.4).
The text was updated successfully, but these errors were encountered: