feat: fully concurrent lsp (#363)

* fix: dep hash

* dev: exp concurrent hash

* feat: fully concurrent lsp

* dev: disable concurrent compilation
This commit is contained in:
Myriad-Dreamin 2024-07-02 14:01:42 +08:00 committed by GitHub
parent 023513e085
commit 4c949e8816
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 259 additions and 338 deletions

View file

@ -3,6 +3,6 @@ if (-Not (Test-Path $InstallPath)) {
New-Item -ItemType Directory $InstallPath
}
cargo build --release --bin tinymist --features stable-server
cargo build --release --bin tinymist
Copy-Item -Path ".\target\release\tinymist.exe" -Destination "$InstallPath\tinymist.exe" -Force
cargo insta test -p tests --accept