chore: fix test scripts and update test documents (#178)

* chore: fix test scripts and update test documents

* docs: redirect developer who want to build and test to the contributing guide

* dev: change wording
This commit is contained in:
Myriad-Dreamin 2024-04-09 12:37:01 +08:00 committed by GitHub
parent da70c0d31c
commit 59ca5bdabc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 45 additions and 2 deletions

View file

@ -5,3 +5,7 @@
This crate provides a set of APIs to query the information about the source code. Currently it provides:
+ language queries defined by the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/).
## Contributing
See [CONTRIBUTING.md](https://github.com/Myriad-Dreamin/tinymist/blob/main/CONTRIBUTING.md).