withfig / fig

Public issue tracker for Fig.
https://fig.io
MIT License
2.05k stars 63 forks source link

Hyper integration failing #909

Closed chrisgrieser closed 2 years ago

chrisgrieser commented 2 years ago

Description

I am using Hyper and got this info that the integration isn't installed.

image

Attempting to install fails, and the "learn more" button leads me to a 404 page: https://fig.io/support/terminals/hyper if fig has some sort of integration plugin, it's also not listed in the Hyper directory, btw, hyper search fig does not display any hit

running fig doctor gives me this error, which mentions my .hyper.js being symlinked, but not really what I have to do to fix it.

❌ Hyper integration fail
   fig-hyper-integration plugin needs to be added to localPlugins!
FYI, looks like your dotfiles are symlinked.
If you need to make modifications, make sure they're made in the right place.

❌ Doctor found errors. Please fix them and try again.

If you are not sure how to fix it, please open an issue with fig issue to let us know!
Or, email us at hello@fig.io!

Details

macOS Fig Shell
12.0.1 Version 1.0.55 (B365) /bin/zsh
fig diagnostic

Version 1.0.55 (B365) [ABC – QWERTZ] 
UserShell: /bin/zsh
Bundle path: /Applications/Fig.app
Autocomplete: true
Settings.json: true
CLI installed: true
CLI tool path: /Users/chrisgrieser/.fig/bin/fig
Accessibility: true
SSH Integration: false
Tmux Integration: false
iTerm Integration: false 
Hyper Integration: false
VSCode Integration: false
Docker Integration: false
Symlinked dotfiles: true
Only insert on tab: false
UNIX Socket Exists: true
Installation Script: true
PseudoTerminal Path: /Applications/Sublime Text.app/Contents/SharedSupport/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/chrisgrieser/.fig/bin
SecureKeyboardInput: false
SecureKeyboardProcess: 
Current active process: ??? (???) - ???
Current terminal session: ???
Current working directory: ???
Current window identifier: ???

chrisgrieser commented 2 years ago

solved on Discord thanks to Matt 👍

for anyone finding this later on: adding the following line to the .hyper.js solves it:

localPlugins: ["fig-hyper-integration"],