{
  "menu": [
    {
      "label": "Nuclide",
      "submenu": [
        {
          "label": "Remote Projects",
          "submenu": [
            {
              "label": "Connect to Remote Project...",
              "command": "nuclide-remote-projects:connect"
            }
          ]
        },
        {
          "label": "Kill Nuclide Server and Restart",
          "command": "nuclide-remote-projects:kill-and-restart"
        }
      ]
    }
  ]
}
