mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 18:28:02 +00:00
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:
parent
023513e085
commit
4c949e8816
12 changed files with 259 additions and 338 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue