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
Is your feature request related to a problem? Please describe.
When I open a single Scala file outside a project, VS Code starts metals.
I often edit random test files (without any scala-cli pragmas) and see a lot of semantic errors because metals doesn't have the right context.
Describe the solution you'd like
I would like to have an option to disable automatically running metals on single files.
Even with that option enabled, it would be useful to have a trigger to actually run metals after opening a file.
Describe alternatives you've considered
🤷♂️
Additional context
No response
Search terms
single file scala-cli
The text was updated successfully, but these errors were encountered:
lrytz
changed the title
Option to opt-out of automatically running metals on single files
Option to opt-out of automatically starting metals
Sep 4, 2024
Actually, I would like that option not only for single files, but for metals in general.
When opening any directory in VS Code and then a Scala file within it, there are 4 synthetic subdirectories created that I later have to clean up (.bsp, .metals, .scala-build and .vscode).
Is your feature request related to a problem? Please describe.
When I open a single Scala file outside a project, VS Code starts metals.
I often edit random test files (without any scala-cli pragmas) and see a lot of semantic errors because metals doesn't have the right context.
Describe the solution you'd like
I would like to have an option to disable automatically running metals on single files.
Even with that option enabled, it would be useful to have a trigger to actually run metals after opening a file.
Describe alternatives you've considered
🤷♂️
Additional context
No response
Search terms
single file scala-cli
The text was updated successfully, but these errors were encountered: