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

runIde task fails when specifying local installation for DataGrip due to using "0xDBE" platform prefix #458

Closed
YannCebron opened this issue Jan 30, 2020 · 2 comments
Assignees
Milestone

Comments

@YannCebron
Copy link
Member

https://youtrack.jetbrains.com/issue/IJSDK-672#focus=streamItem-27-3877474.0-0

overriding via
jvmArgs '-Didea.platform.prefix=DataGrip'
in runIde fixes it

see org.jetbrains.intellij.tasks.RunIdeBase#PREFIXES

it seems one possible solution could be "dynamic" switch depending on version?

@zolotov
Copy link
Member

zolotov commented Jan 31, 2020

it seems one possible solution could be "dynamic" switch depending on version?

do you think it makes sense? I'm not sure anybody develops plugins for DataGrip made in 2015.

@zolotov
Copy link
Member

zolotov commented Jan 31, 2020

made it statically. please reopen if you think dynamic switching is important

@zolotov zolotov closed this as completed Jan 31, 2020
@zolotov zolotov added this to the 0.4.17 milestone Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants