Deserialize buffer's diagnostics

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Max Brunsfeld
2021-11-02 12:29:03 -07:00
co-authored by Nathan Sobo
parent 2c57703ad6
commit 1995bd89a6
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ set -e
# Install sqlx-cli if needed
[[ "$(sqlx --version)" == "sqlx-cli 0.5.7" ]] || cargo install sqlx-cli --version 0.5.7
cd server
cd crates/server
# Export contents of .env.toml
eval "$(cargo run --bin dotenv)"