Additionally, AFAICS metals.pants-targets is no longer an option, so I've marked it as deprecated, and I've tweaked the docstring of metals.scalafmt-config-path to make it clear that the value for this option should be an absolute path (https://github.com/scalameta/metals/pull/2165).
I've set :package-version for the new options to 1.3, I can change it to something like unreleased if you want.
Hi, this PR adds all user configuration options from https://scalameta.org/metals/docs/editors/user-configuration/.
Additionally, AFAICS
metals.pants-targets
is no longer an option, so I've marked it as deprecated, and I've tweaked the docstring ofmetals.scalafmt-config-path
to make it clear that the value for this option should be an absolute path (https://github.com/scalameta/metals/pull/2165).I've set
:package-version
for the new options to1.3
, I can change it to something likeunreleased
if you want.