withfig/fig

No autocomplete in Zed.dev

Closed this issue · 1 comments

Checks

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

Operating system

macOS 14.0.0 (23A344)

Expected behaviour

I expected the fig autocomplete to display in the terminal.

Actual behaviour

There are no signs of the autocomplete window.

Steps to reproduce

No response

Environment

fig-details:
  - 2.17.1
hardware-info:
  - model: 
  - model-id: 
  - chip-id: Apple M2
  - cores: 8
  - mem: 16.00 GB
os-info:
  - macOS 14.0.0 (23A344)
environment:
  - shell: /bin/zsh
  - terminal: zed
  - cwd: /Users/daniel.zarifpour/.config/zed
  - exe-path: /opt/homebrew/bin/fig
  - install-method: brew
  - env-vars:
    - FIGTERM_SESSION_ID: e3f43ada-6740-4727-8942-7166c7bf6990
    - FIG_SET_PARENT_CHECK: 1
    - FIG_TERM: 2.17.1
    - PATH: REDACTED
    - SHELL: /bin/zsh
    - TERM: xterm-256color
    - __CFBundleIdentifier: dev.zed.Zed
    - FIG_PID: 41376
    - FIG_SET_PARENT: e3f43ada-6740-4727-8942-7166c7bf6990

I resolved it after running:

fig install --input-method

Then I restarted Zed.


For some reason when I first ran fig doctor no issues were detected.