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

Migrate from find-java-home to jdk-utils #575

Merged

Conversation

JessicaJHee
Copy link
Contributor

Fixes #569

Signed-off-by: Jessica He jhe@redhat.com

@datho7561
Copy link
Contributor

Make sure to replace the repository.engineering.redhat.com/nexus/repository URLS in the package-lock.json with the corresponding npm ones, so that non-Red Hat developers working on this project can download the dependencies. (you should be able to do this with a quick search and replace).

@datho7561
Copy link
Contributor

Other than what I mentioned, this PR looks good. It should probably never need to be run, since vscode-java ships with a JDK on most platforms, and if vscode-java doesn't detect a JDK, then it won't launch, which should prevent vscode-quarkus from launching.

@JessicaJHee JessicaJHee force-pushed the 569-migrate-find-java-home branch 2 times, most recently from 28e43ef to acb016c Compare January 26, 2023 20:16
Signed-off-by: Jessica He <jhe@redhat.com>
Copy link
Contributor

@datho7561 datho7561 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, caught something small

src/qute/languageServer/requirements.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@datho7561 datho7561 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, forgot to get back to this. Looks good! Thanks, Jessica!

@datho7561 datho7561 merged commit 58a2ffb into redhat-developer:master Jan 27, 2023
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

Successfully merging this pull request may close these issues.

Migrate from find-java-home to jdk-utils
2 participants