vercel/hyper

User-unfriendly error when adding a new plugin

Open

#2,262 建立於 2017年9月21日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)TypeScript (3,558 fork)batch import
help wanted🎨 Type: Enhancement

倉庫指標

Star
 (44,582 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Issue

When installing a plugin the ‘cool’ way (modifying ~/.hyper.js while the terminal is running, adding a line, hitting save), the user-experience is actually pretty great — no strange errors, then suddenly a notification that the user can reload to see the changes. Cool!

However, if a more traditional method is employed — quitting the application before modifying its configuration — the experience is pretty unintuitive. If I quit, then add an entry to ~/.hyper.js, and then launch Hyper, I see this:

screen shot 2017-09-21 at 17 46 59

… followed by no further retraction or indication that, oh, hey, it just hadn't installed yet, everything is kosher now.

The “load plugins on initial launch” process needs to be modified to be as user-friendly if a package is not-yet-installed as the hot-reloading process! (=

貢獻者指南