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

feature: Add support for buildTarget/jvmCompileClasspath #542

Merged
merged 2 commits into from Mar 27, 2024

Commits on Mar 27, 2024

  1. feature: Add support for buildTarget/jvmCompileClasspath

    Previously, classpath would be obtained via scalacOptions and javacOptions requests, which would cause additional querries even if client was only interested in actual javac/scalac options.
    
    Now, we don't send classpath together with scalac/javac options if the client declares that they will use the new jvmCompileClasspath request, which they should then trigger.
    tgodzik committed Mar 27, 2024
    Copy the full SHA
    f7f2662 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9e5ec16 View commit details
    Browse the repository at this point in the history