fig icon indicating copy to clipboard operation
fig copied to clipboard

autocomplete not displaying, but a cursor appears above or below my command line, suggesting it's there somewhere

Open bennygoldman opened this issue 7 months ago • 2 comments

Checks

  • [X] I have searched github.com/withfig/fig/issues and there are no duplicates of my issue
  • [X] I have run fig doctor in the affected terminal session
  • [X] I have run fig restart and replicated the issue again

Operating system

macOS 14.1.2 (23B92)

Expected behaviour

Fig to show autocomplete options for the CLI

Actual behaviour

I see a cursor indicative of fig running, but no menu. Fig Doctor says everything is fine. Screenshot 2023-12-04 at 11 57 54 AM Screenshot 2023-12-04 at 11 59 16 AM

Steps to reproduce

Open a terminal window in iTerm or VSCode, attempt to use fig. Have restarted fig, and restarted computer, ran fig doctor, still experiencing the problem.

Environment

fig-details:
  - 2.17.0
hardware-info:
  - model: 
  - model-id: 
  - chip-id: Apple M1
  - cores: 8
  - mem: 16.00 GB
os-info:
  - macOS 14.1.2 (23B92)
environment:
  - shell: /bin/zsh
  - terminal: vscode
  - cwd: /Users/school
  - exe-path: /opt/homebrew/bin/fig
  - install-method: brew
  - env-vars:
    - FIGTERM_SESSION_ID: f3978030-689c-457d-83ea-ddcaacc12ace
    - FIG_PID: 32620
    - FIG_SET_PARENT: f3978030-689c-457d-83ea-ddcaacc12ace
    - FIG_SET_PARENT_CHECK: 1
    - FIG_TERM: 2.17.0
    - PATH: /Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/school/.fig/bin:/Users/school/.local/bin
    - SHELL: /bin/zsh
    - TERM: xterm-256color
    - ZDOTDIR: /Users/school
    - __CFBundleIdentifier: com.microsoft.VSCode

// alt environment

fig-details:
  - 2.17.0
hardware-info:
  - model:
  - model-id:
  - chip-id: Apple M1
  - cores: 8
  - mem: 16.00 GB
os-info:
  - macOS 14.1.2 (23B92)
environment:
  - shell: /bin/zsh
  - terminal: iterm
  - cwd: /Users/school
  - exe-path: /opt/homebrew/bin/fig
  - install-method: brew
  - env-vars:
    - FIGTERM_SESSION_ID: 90cbfd95-74ff-40c4-b3b8-666985bceb84
    - FIG_SET_PARENT_CHECK: 1
    - FIG_TERM: 2.17.0
    - PATH: /Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/school/.fig/bin:/Users/school/.local/bin
    - SHELL: /bin/zsh
    - TERM: xterm-256color
    - __CFBundleIdentifier: com.googlecode.iterm2
    - FIG_PID: 33461
    - FIG_SET_PARENT: 90cbfd95-74ff-40c4-b3b8-666985bceb84

bennygoldman avatar Dec 04 '23 17:12 bennygoldman

Can you run fig debug autocomplete-window and see if anything appears?

mschrage avatar Dec 05 '23 22:12 mschrage

it's working after I did that

bennygoldman avatar Dec 06 '23 04:12 bennygoldman