This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zed
Watch
1
Star
0
Fork
You've already forked zed
0
mirror of
https://github.com/zed-industries/zed.git
synced
2024-12-26 18:41:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
44e0a00734
zed
/
script
/
server
7 lines
51 B
Text
Raw
Normal View
History
Unescape
Escape
Include contents of the zed-server repo We're going full monorepo. Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2021-07-12 20:14:39 +00:00
#!/bin/bash
set -e
Replicate diagnostics to remote buffers Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-11-01 22:28:37 +00:00
cd crates/server
Pass arguments to cargo run in script/server Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2021-07-12 20:50:39 +00:00
cargo run $@
Reference in a new issue
Copy permalink