zmerr
zmerr
it resolves #3815
Having more than an instance of scala-cli on PATH creates problems with updates, since an old version might appear sooner on PATH and get executed instead of the newer version!...
Related to issue #543 currently, if a user forgets the previous method they used for installing scala-cli on their system, they might use another one for reinstalling. This creates a...
As requested by @lrytz in https://contributors.scala-lang.org/t/pre-sip-scala-cli-as-new-scala-command/5628/4 scala-cli should be able to run jar files! So in a discussion with @lwronski we came up with the following initial syntax `scala-cli —jar...
### Is your feature request related to a problem? Please describe. After a new feature is added to a released in Metals, it takes some time for us to make...