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
For import NativePackageHelper.* in build.sbt to be left as is.
Installation:
Operating system: macOS
VSCode version: 1.96.0
VSCode extension version: 1.44.0
Metals version: 1.4.1
Additional context
Additionally, repeated application of "Organize Imports" are not idempotent:
// save built.sbt like thisimportNativePackagerHelper._// run "organize imports" once:importNativePackagerHelper.*// run "organize imports" AGAINimportNativePackagerHelper.`*`
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce Steps to reproduce the behavior:
build.sbt
, ensure it has this:build.sbt
become:Expected behavior
For
import NativePackageHelper.*
inbuild.sbt
to be left as is.Installation:
Additional context
Additionally, repeated application of "Organize Imports" are not idempotent:
The text was updated successfully, but these errors were encountered: