ballerina-platform / plugin-intellij

Ballerina extension for IntelliJ IDEA.
Apache License 2.0
116 stars 4 forks source link

Ballerina in WebStorm on Windows? #32

Open cellebriteevi opened 3 years ago

cellebriteevi commented 3 years ago

Just installed Ballerina on my Windows 10 and plugin for the WebStorm, works fine from the console, but wanted to run it from WebStorm and got the error:

No ballerina SDK is found for project: C:/(Personal)/ballerina/hello-world
Trying to Auto detect Ballerina Home...

on ballerina --version it returns me this:

jBallerina 1.2.13
Language specification 2020R1
Update Tool 0.8.10

Is there something that needs to be added to the environment so the plugin would find the SDK?

Thank you.