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:
Myriad-Dreamin 2024-03-30 20:04:03 +08:00 committed by GitHub
parent b76e80bad3
commit edbb7bc1af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 311 additions and 46 deletions

3
scripts/e2e.sh Executable file
View file

@ -0,0 +1,3 @@
cargo build --release --bin tinymist
cp target/release/tinymist editors/vscode/out/tinymist
cargo insta test -p tests --accept