You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order not to leak internal Bloop implementation we decided to no longer user -J when running via DAP. This is no longer needed since we have a separate field for jvm options. For a smooth transition however, we decided to add a workaround that will strip -J prefix when it's passed from Metals.
We should be good to remove it once Metals is release with 1.4.7 version of Bloop.
As of scalacenter/bloop#1455 Bloop do not need
the -J prefix on the jvmOptions. Also there is a plan to remove support
for the -J prefix coming from debugSession/start request
(scalacenter/bloop#1456).
As of scalacenter/bloop#1455 Bloop do not need
the -J prefix on the jvmOptions. Also there is a plan to remove support
for the -J prefix coming from debugSession/start request
(scalacenter/bloop#1456).
In order not to leak internal Bloop implementation we decided to no longer user
-J
when running via DAP. This is no longer needed since we have a separate field for jvm options. For a smooth transition however, we decided to add a workaround that will strip-J
prefix when it's passed from Metals.We should be good to remove it once Metals is release with 1.4.7 version of Bloop.
PR that introduces this: https://github.com/scalacenter/bloop/pull/1455/files
The text was updated successfully, but these errors were encountered: