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-11-25 17:13:05 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9
a27a17b8e2
zed
/
script
/
seed-db
6 lines
80 B
Text
Raw
Normal View
History
Unescape
Escape
Add seed-db script
2021-08-06 02:06:13 +00:00
#!/bin/bash
set -e
cd server
Make scrolling up in chat panel smoother This increases the threshold at which we start loading new messages as well as the amount of messages we get back from the server every time we fetch. Also, we restructured the seed binary to use the methods in `Db` to generate seed data and added random chat messages. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-09-02 14:05:34 +00:00
cargo run --features seed-dependencies --bin seed
Reference in a new issue
Copy permalink