Are there any known conflicts with other VS Code extensions that might cause 'julia error while communicating with the ls', and how can I identify them?

Question

Grade: Education Subject: Support
Are there any known conflicts with other VS Code extensions that might cause 'julia error while communicating with the ls', and how can I identify them?
Asked by:
152 Viewed 152 Answers

Answer (152)

Best Answer
(462)
While not very common, other extensions that modify language features, process management, or output streams could potentially conflict. To identify a conflict, try disabling all other VS Code extensions except the Julia extension and then restart VS Code. If the error is resolved, re-enable extensions one by one, restarting VS Code after each, until the problematic extension is identified. Report such conflicts to the developers of both extensions if found.