{ "hosts": { "local": { "name": "Local", "description": "Local machine", "connection": { "type": "local" }, "basePaths": [ "/projects", "/docker" ], "color": "#f97316", "icon": "cat" }, "remote-example": { "name": "Remote Server", "description": "Example remote host via SSH", "connection": { "type": "ssh", "host": "192.168.1.100", "user": "username", "port": 22 }, "basePaths": [ "/home/username/projects" ], "color": "#22c55e", "icon": "server" } }, "defaults": { "host": "local", "scanSubdirs": true, "maxDepth": 1 } }