Closed tcneuen closed 10 months ago
Forgive me if there is a setting or something I am missing that would properly handle this, but for speed & simplicity purposes another user & myself use an Ubuntu 22.04.3 server as our dev server which appears to be causing issues.
After converting from eslint/prettier I got everything working aside from quirkiness caused by yarn pnp. I can work around that and just keep a binary somewhere consistent, but when the other user logged on to install the biome extension and try out the new tools his errored and doesn't connect.
Based on the error I was guessing this was a socket conflict issue with both LSP's fighting over the same connection.
Let me know if there is anything else that could assist with this issue.
This is a use case that we haven't encountered so far, so this may be a valid issue.
Based on the error I was guessing this was a socket conflict issue with both LSP's fighting over the same connection.
Yes, that's likely the issue. We don't actually check if there's already a connection active. That would require some change, but I ma not an expert, so I can't provide a quick fix at the moment.
The fix will be available in the next release
Environment information
What happened?
user2 receives permissions error relating to connecting to the the existing LSP
Expected result
LSP would be started under a different socket/port and connected normally.
Code of Conduct