Replies: 1 comment
-
The way to handle mono-repos with Metals would be to use workspace folders: https://code.visualstudio.com/docs/editing/workspaces/workspaces#_multiroot-workspaces and open each project separately. If things really are nested I think that opening the more nested project first should make it work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using metals to develop scala applications.
But, When I open apache spark project, some projects does not detect root directory as workspace
For example If I open core/src/main/scala/org/apache/spark/serializer/KryoSerializer.scala

:MetalsRunDoctor
Reports root directory as workspace folderBut If I open some files in location sql/core/ Example

:MetalsRunDoctor
reports <root_dir>/sql/core as workspace folderIs there any way to nested project has same workspace?
Beta Was this translation helpful? Give feedback.
All reactions