-
Notifications
You must be signed in to change notification settings - Fork 333
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
improvement: add jdk indexing #6481
Conversation
2cc51b3
to
0dea7f6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I think this should be really useful. The only question is whether it works if user uses multiple JDKs on one machine?
class SqlSharedIndices | ||
extends H2ConnectionProvider( | ||
() => AbsolutePath(Paths.get(sys.props("user.home"))).resolve(".metals"), | ||
"metals-shared", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you used names parameters? Would be useful to see what are these strings used for.
Why wouldn't it work? Jars are identified by |
Just making sure 😅 We could later add the same for Scala jars |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks!
resolves: #6304