-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Numerous bugs with schema #650
Comments
Duplicate of #395
This is currently broken, use external LSP in settings. #624 (comment) |
Thanks, I subbed to these issues. It is a bit hard to discover them, since their titles are vague. However, the external LSP doesn't work for me too. Logs from the extension are:
I tried taplo-cli latest and taplo-cli@0.8.1. |
Did you configure both |
Sure. My settings are: "evenBetterToml.taplo.bundled": false,
"evenBetterToml.taplo.path": "D:\\RUST\\cargo\\bin\\taplo.exe",
"evenBetterToml.taplo.extraArgs": [] and my taplo is here
|
I'm rarely on Windows so I can't check right now but can you verify that |
I don't know what taplo is doing in normal conditions, but
However, running Changing slashes from \\ to / doesn't help, same effect. |
@arisudesu about this part:
You probably didn't install it with the lsp feature enabled. I had the same issue after installing with cargo and needed to add (I have no context on the rest of your issues, sorry, just came across your issue and noticed that part sounded familiar.) |
@dbarnett wow! So, it has a Okay, now that I know it, I noticed that there is a "taplo-full" builds on the release page. I grabbed taplo-full-windows-x86_64.zip from 0.9.3 and it does start as external LSP. I see its log in LSP output. However, apart from that nothing changed - it still has all the errors described in opening post. Now I wonder if there's more things that I miss to make it work correctly... Settings tried
With --verbose arg
|
Vscode extension doesn't work if file extension is not .toml. Says "this document has been excluded" in the first line and schema selection doesn't work. File contents is Telegraf configuration.
Additionally, when I change the file extension to .toml, it shows "no schema selected", however I have associated any file with "any schema":
Furthermore, the schema selection is tripled.
Extension version is: v0.19.2.
The text was updated successfully, but these errors were encountered: