-
The vscode extension is generating a Sometimes this happens and sometimes it doesn't. Restarting vscode is a temporary fix, but I would like to know what's happening and can I prevent it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is most likely caused by VS Code timing out and enabling the Metals extension by default. The condition that times out is https://github.com/scalameta/metals-vscode/blob/main/package.json#L53 and it's problem with VS Code, which I don't believe should activate extensions in case of timeout. You should see the exact reason, why Metals was activated in |
Beta Was this translation helpful? Give feedback.
This is most likely caused by VS Code timing out and enabling the Metals extension by default.
The condition that times out is https://github.com/scalameta/metals-vscode/blob/main/package.json#L53 and it's problem with VS Code, which I don't believe should activate extensions in case of timeout.
You should see the exact reason, why Metals was activated in
Output
view after choosinglog (extension host)