feat(zed): Add ssh connection config

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2025-02-26 21:20:18 +03:00
parent d3d0b96cc2
commit 64aaff4963
+13
View File
@@ -7,6 +7,19 @@
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{
"ssh_connections": [
{
"host": "bohr",
"username": "rodneyosodo",
"projects": [
{
"paths": [
"~/homelab"
]
}
]
}
],
"autosave": {
"after_delay": {
"milliseconds": 1000