mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
* fix: empty url sent from neovim * dev: move e2e build script * dev: make stronger name for empty urls * fix: work around empty url * fix: convert empty link on unix system
4 lines
177 B
PowerShell
4 lines
177 B
PowerShell
|
|
cargo build --release --bin tinymist
|
|
Copy-Item -Path ".\target\release\tinymist.exe" -Destination ".\editors\vscode\out\tinymist.exe" -Force
|
|
cargo insta test -p tests --accept
|