Skip to content
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

Run options disapear in IDEA Version 2023.3 #22

Open
enbock opened this issue Dec 7, 2023 · 7 comments
Open

Run options disapear in IDEA Version 2023.3 #22

enbock opened this issue Dec 7, 2023 · 7 comments
Labels
help needed Extra attention is needed

Comments

@enbock
Copy link

enbock commented Dec 7, 2023

After update to new version, the run options disapear.

Running per Ctrl+F10 has no effect anymore.

Only the Run configuration is working.

IDEA Version:
IntelliJ IDEA 2023.3 (Ultimate Edition)
Build #IU-233.11799.241, built on December 2, 2023
Runtime version: 17.0.9+7-b1087.7 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11.0

@enbock enbock changed the title No IdeaJasmine run options run in Version 2023.3 Run options disapear in Version 2023.3 Dec 7, 2023
@enbock enbock changed the title Run options disapear in Version 2023.3 Run options disapear in IDEA Version 2023.3 Dec 11, 2023
@nbilyk
Copy link

nbilyk commented Jan 31, 2024

This is due to com.intellij.javascript.testing.JsTestRunConfigurationProducer is now moved to com.intellij.javascript.testing.runConfiguration.JsTestRunConfigurationProducer

@enbock
Copy link
Author

enbock commented Feb 6, 2024

Do I have to change somethings to get the run options on file-level back?
image

@nbilyk
Copy link

nbilyk commented Feb 6, 2024

I posted earlier what code needs to change to get the plugin working. I don't know what else needs to be done for a pull request when it would be a backwards incompatible change.

@enbock
Copy link
Author

enbock commented Feb 9, 2024

Sorry, I'm not familiar with modifing/hacking Idea nor writing/manipulating PlugIns.

image

@tingraldi
Copy link
Contributor

I've created a pull request (#23) to resolve this issue.

@enbock
Copy link
Author

enbock commented Feb 13, 2024

@tingraldi The context menu and shortcut back working. Thank you ver much 🙏

@sgravrock
Copy link
Member

Version 1.9 of the plugin has been released with the above fixes. Thanks @tingraldi.

The remaining issue I'm aware of is that the green triangle run buttons that should appear next to each spec/suite are missing in 2023.3 and later. If anyone figures out how to fix that, a PR would be greatly appreciated.

@sgravrock sgravrock added the help needed Extra attention is needed label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help needed Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants