Does anyone know of a way to get Fig to work with Cursor? It seems to support any zsh terminal, but I cannot get it to work like it does in VSCode.
Thanks!
1 Like
Temporary hack:
1) Right click on /Applications/Cursor.app/. Choose “show package contents” then search for Info.plist.
2) Change the bundle identifier from com.todesktop.230313mzl4w4u92
to com.microsoft.VSCode
1 Like
amanrs
August 29, 2023, 6:07pm
3
Actually don’t do this, it looks like it may result in some updating errors
Is this on the roadmap to fix or support down the road?
Contacting the Fig team to see if they can support!
1 Like
Just got in touch with the folks at Fig! They said they’ll try to ship Cursor support in the next update.
2 Likes
Any updates from the Fig team on their next update?
Couple of issues opened on their repo fwiw
opened 09:12AM - 29 Aug 23 UTC
type:integration-request
### Checks
- [X] I have searched [github.com/withfig/fig/issues](https://github… .com/withfig/fig/issues?q=) 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 13.4.1 (22F82)
### Expected behaviour
Auto-complete should work while using the Cursor's terminal.
### Actual behaviour
Auto-complete is not working while using the Cursor's terminal.
### Steps to reproduce
_No response_
### Environment
```yaml
fig-details:
- 2.16.0
hardware-info:
- model:
- model-id:
- chip-id: Apple M1 Pro
- cores: 8
- mem: 16.00 GB
os-info:
- macOS 13.4.1 (22F82)
environment:
- shell: /bin/zsh
- terminal: vscode
- cwd: /Users/emreturan/Workspaces/elmali-tech/boyner
- exe-path: /opt/homebrew/bin/fig
- install-method: brew
- env-vars:
- FIGTERM_SESSION_ID: 2122281e-27de-4309-a7fb-8e1e37733c44
- FIG_PID: 5574
- FIG_SET_PARENT: 2122281e-27de-4309-a7fb-8e1e37733c44
- FIG_SET_PARENT_CHECK: 1
- FIG_TERM: 2.16.0
- PATH: /opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.10/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/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:/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.10/bin:/Users/emreturan/.fig/bin:/Users/emreturan/.local/bin
- SHELL: /bin/zsh
- TERM: xterm-256color
- ZDOTDIR: /Users/emreturan
- __CFBundleIdentifier: com.todesktop.230313mzl4w4u92
```
opened 07:09AM - 25 Jul 23 UTC
type:integration-request
### Checks
- [X] I have searched [github.com/withfig/fig/issues](https://github… .com/withfig/fig/issues?q=) 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 13.4.1 (22F770820d)
### Expected behaviour
fig dont work in IDE cursor.so
### Actual behaviour
fig dont work in IDE cursor.so
### Steps to reproduce
_No response_
### Environment
```yaml
fig-details:
- 2.16.0
hardware-info:
- model:
- model-id:
- chip-id: Apple M1
- cores: 8
- mem: 16.00 GB
os-info:
- macOS 13.4.1 (22F770820d)
environment:
- shell: /bin/zsh
- terminal: vscode
- cwd: /Users/devtify/Documents/devtify/hsv-cloud-server
- exe-path: /opt/homebrew/bin/fig
- install-method: brew
- env-vars:
- FIGTERM_SESSION_ID: 3d0bef57-5c56-4027-85a9-489a6eef3ed7
- FIG_PID: 2143
- FIG_SET_PARENT: 3d0bef57-5c56-4027-85a9-489a6eef3ed7
- FIG_SET_PARENT_CHECK: 1
- FIG_TERM: 2.16.0
- PATH: /Users/devtify/.pyenv/shims:/Users/devtify/.nvm/versions/node/v14.20.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/devtify/.local/bin:/Users/devtify/.local/bin:/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/devtify/.nvm/versions/node/v14.20.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/devtify/.local/bin:/Users/devtify/.fig/bin
- SHELL: /bin/zsh
- TERM: xterm-256color
- ZDOTDIR: /Users/devtify
- __CFBundleIdentifier: com.todesktop.230313mzl4w4u92
```
Scratch, just checked their discord and looks like we may get this update this week: Discord
1 Like
Latest update from Brendan @ Fig
Sorry for delay. I think it should happen tomorrow, latest Friday!
Hey all, this is working in Fig 2.17.0
… Run fig update
if you’re on a previous verison!
1 Like