-
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
Plugin cannot run pkl-cli on Windows #8
Comments
Support for Windows should be coming in the next version. |
Or try it with |
My team has tried this with jpkl and seeing the same behavior. I'll have them give the Edit, for reference I think the .bat file would just be
|
We just merged our PR that adds Windows support. Try downloading the Windows binary for 0.26.0-dev, then pointing the IJ plugin to that executable. Download here: https://pkl-lang.org/main/latest/pkl-cli/index.html#windows-executable |
The sync process passes now but we're not seeing the dependencies actually resolved in the IDE. We're seeing the External Libraries view as blank, where it's populated for me on Mac. |
Opening a pkl project file on Windows, IntelliJ plugin gives hint to do a "Sync".
This tries to run
pkl project resolve
by calling the executable at the configured pkl path.Due to the fact that a Windows native executable is not available I downloaded the provided jar file.
IntelliJ gives the following error when trying to execute the command:
The text was updated successfully, but these errors were encountered: