siddhi-io / siddhi-plugin-vscode

Siddhi extension for VSCode Editor
Apache License 2.0
3 stars 7 forks source link

Which dir should be set for siddhi.home? #9

Open ten2net opened 4 years ago

ten2net commented 4 years ago

I set siddhi.home in my vscode's settings.json:

"siddhi.home": "E:\\ws\\siddhi\\apps\\zh\\siddhi-runner-5.1.2"

But vscode says:

Failed to start Siddhi Language Server.
malinthar commented 4 years ago

Hi @ten2net, Language server support for Siddhi will be added to siddhi distribution by https://github.com/siddhi-io/distribution/pull/764. For the time being, only syntax highlighting is provided, which does not require the language server support. After the aforementioned PR is merged this issue can be closed.

john-heinnickel commented 2 years ago

It looks like this extension was released in the VSCode Marketplace earlier this month (November 2nd, 2021) and this issue was the first thing I encountered on following its installation directions.

According to the history of the linked Pull Request with support for the required language server, it looks like that pull request was closed in February 2020 without having ever been merged.

The current release of SIddhi Distribution is still 5.1.2, so it does not seem that the required support to release this extension has landed yet in its prime dependency.

Is there a newer pull request to follow with a second attempt to add that support?

Is there perhaps a 5.2.0 or similar release of Siddhi Distribution imminent with the required language server source?

Just looking for some updated advice on how a developer interested in using this extension can follow the availability of its dependencies now that it has been released to the Visual Studio marketplace.