Created
February 19, 2026 19:47
-
-
Save danslapman/172b43fcd76b67848554eafa6247ba29 to your computer and use it in GitHub Desktop.
Metals config for Claude
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "scala": { | |
| "command": "metals", | |
| "args": [], | |
| "extensionToLanguage": { | |
| ".scala": "scala", | |
| ".sc": "scala", | |
| ".sbt": "sbt" | |
| }, | |
| "transport": "stdio", | |
| "initializationOptions": {}, | |
| "settings": {}, | |
| "maxRestarts": 3 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment