Open MoonCh0w opened 5 years ago
Plugins show up in "About Hyper" and in the config js file but do not load in.
Hyper version: undefined "2.1.0"
OS ARCH VERSION: win32 x64 10.0.17134
Electron: 1.8.8 LANG: undefined
SHELL: undefined TERM: undefined
{ "updateChannel": "stable", "fontSize": 22, "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace", "fontWeight": "normal", "fontWeightBold": "bold", "cursorColor": "rgba(248,28,229,0.8)", "cursorAccentColor": "#000", "cursorShape": "BLOCK", "cursorBlink": true, "foregroundColor": "#fff", "backgroundColor": "#000", "selectionColor": "rgba(248,28,229,0.3)", "borderColor": "#333", "css": "\n .term_fit:not(.term_term):not(.term_wrapper):not(.term_active) {\n opacity: 0.8;\n }\n .term_fit.term_active {\n opacity: 1;\n transition: opacity 0.06s ease-in-out;\n will-change: opacity;\n }\n \n .term_fit:not(.term_term):not(.term_wrapper):not(.term_active) {\n opacity: 0.8;\n }\n .term_fit.term_active {\n opacity: 1;\n transition: opacity 0.06s ease-in-out;\n will-change: opacity;\n }\n \n .term_fit:not(.term_term):not(.term_wrapper):not(.term_active) {\n opacity: 0.8;\n }\n .term_fit.term_active {\n opacity: 1;\n transition: opacity 0.06s ease-in-out;\n will-change: opacity;\n }\n \n .term_fit:not(.term_term):not(.term_wrapper):not(.term_active) {\n opacity: 0.8;\n }\n .term_fit.term_active {\n opacity: 1;\n transition: opacity 0.06s ease-in-out;\n will-change: opacity;\n }\n \n .term_fit:not(.term_term):not(.term_wrapper):not(.term_active) {\n opacity: 0.8;\n }\n .term_fit.term_active {\n opacity: 1;\n transition: opacity 0.06s ease-in-out;\n will-change: opacity;\n }\n \n .term_fit:not(.term_term):not(.term_wrapper):not(.term_active) {\n opacity: 0.8;\n }\n .term_fit.term_active {\n opacity: 1;\n transition: opacity 0.06s ease-in-out;\n will-change: opacity;\n }\n ", "termCSS": "", "showHamburgerMenu": "", "showWindowControls": false, "padding": "12px 14px", "colors": { "black": "#000000", "red": "#C51E14", "green": "#1DC121", "yellow": "#C7C329", "blue": "#0A2FC4", "magenta": "#C839C5", "cyan": "#20C5C6", "white": "#C7C7C7", "lightBlack": "#686868", "lightRed": "#FD6F6B", "lightGreen": "#67F86F", "lightYellow": "#FFFA72", "lightBlue": "#6A76FB", "lightMagenta": "#FD7CFC", "lightCyan": "#68FDFE", "lightWhite": "#FFFFFF" }, "shell": "C:\\Windows\\System32\\bash.exe", "shellArgs": [ "--login" ], "env": {}, "bell": "SOUND", "copyOnSelect": false, "defaultSSHApp": true } { "plugins": [ "hyper-pane", "hyper-launch-menu" ], "localPlugins": [] }
I'd try to validate your JSON config, same things happened to me when I had syntax error in my config. (Check your system notifications there should be some if it's a case)
Issue
Plugins show up in "About Hyper" and in the config js file but do not load in.
Hyper version: undefined "2.1.0"
OS ARCH VERSION: win32 x64 10.0.17134
Electron: 1.8.8 LANG: undefined
SHELL: undefined TERM: undefined
~/.hyper.js contents