mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 10:18:16 +00:00
fix: empty url sent from neovim (#130)
* 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
This commit is contained in:
parent
b76e80bad3
commit
edbb7bc1af
7 changed files with 311 additions and 46 deletions
3
scripts/e2e.sh
Executable file
3
scripts/e2e.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
cargo build --release --bin tinymist
|
||||
cp target/release/tinymist editors/vscode/out/tinymist
|
||||
cargo insta test -p tests --accept
|
Loading…
Add table
Add a link
Reference in a new issue