-
How can I apply user configuration described in https://scalameta.org/metals/docs/editors/user-configuration |
Beta Was this translation helpful? Give feedback.
Answered by
tgodzik
Jul 31, 2024
Replies: 1 comment 1 reply
-
This depends on the editor, for example VS Code keeps the configuration in json files either in |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kostafey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This depends on the editor, for example VS Code keeps the configuration in json files either in
.vscode
inside your workspace or under home directory. However, this differs from editor to editor