mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-25 21:37:32 +00:00
feat: prepare for parallelizing lsp requests (#342)
* feat: migrate steal_sync to snapshot_sync * feat: correctly make world/analysis snapshot * very rayon * dev: recover async lsp request * gg * dev: pin * fix: make server stable * dev: disable concurrent server by default * dev: very sync
This commit is contained in:
parent
5e4e1e9877
commit
6fcad1c1c7
36 changed files with 1736 additions and 1318 deletions
|
|
@ -3,6 +3,6 @@ if (-Not (Test-Path $InstallPath)) {
|
|||
New-Item -ItemType Directory $InstallPath
|
||||
}
|
||||
|
||||
cargo build --release --bin tinymist
|
||||
cargo build --release --bin tinymist --features stable-server
|
||||
Copy-Item -Path ".\target\release\tinymist.exe" -Destination "$InstallPath\tinymist.exe" -Force
|
||||
cargo insta test -p tests --accept
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue