We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381290a commit 188f0d0Copy full SHA for 188f0d0
CHANGELOG.md
@@ -3,7 +3,8 @@
3
Status of the `main` branch. Changes prior to the next official version change will appear here.
4
5
* **Reduce the use of asyncio to a minimum**, improving stability and reducing the need for workarounds
6
- * Switch to newly developed fully synchronous LSP library `solidlsp` (derived from `multilspy`)
+ * Switch to newly developed fully synchronous LSP library `solidlsp` (derived from `multilspy`),
7
+ removing our fork of `multilspy` (src/multilspy)
8
* Switch from fastapi (which uses asyncio) to Flask in the Serena dashboard
9
* The MCP server is the only asynchronous component now, which resolves cross-component loop contamination,
10
such that process isolation is no longer required.
0 commit comments