Prevent Metals from locking the files (VSCode) #5686
-
In VSCode with the Metals extension, if I execute
It seems like that the file is locked by metals. I have tried without it and the file isn't locked. To solve this I have to quit VSCode or terminate the process. Any suggestion to solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think this might be caused by Metals using those jar in the Classloader, which we use for example to find the modules used by a particular jar. We would need to rework a bunch of features to make it work without the classloader 🤔 |
Beta Was this translation helpful? Give feedback.
I think this might be caused by Metals using those jar in the Classloader, which we use for example to find the modules used by a particular jar. We would need to rework a bunch of features to make it work without the classloader 🤔