withfig / fig

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

VSCodium Support Broke #1766

Open nmarcopo opened 2 years ago

nmarcopo commented 2 years ago

Sanity checks

Issue Details

Description:

I needed to manually upgrade to VSCodium 1.71.0 due to this issue and after I did so, Fig stopped working in the VSCodium integrated terminal. I suspect this is due to what's mentioned in that issue:

The new bundle identifier is com.vscodium instead of com.visualstudio.code.oss.

Fig menu bar looks like this, note the "VSCodium icon is not supported":

image

Environment

fig-details:
  - desktop-version: Version 1.0.61 (B518) [U.S.]
hardware-info:
  - model: MacBook Pro
  - model-id: MacBookPro18,1
  - chip-id: Apple M1 Pro
  - cores: 10 (8 performance and 2 efficiency)
  - mem: 16 GB
os-info:
  - macOS 12.5.1 (21G83)
environment:
  - shell: /bin/zsh
  - terminal: vscode
  - cwd: /Users/nmarcopo/git/
  - exe-path: /opt/homebrew/bin/fig
  - install-method: brew
  - env-vars:
    - FIG_INTEGRATION_VERSION: 8
    - FIG_PID: 19853
    - FIG_TERM: 1
    - FIG_TERM_VERSION: 5.2.0
    - PATH: /Users/nmarcopo/git/[REDACTED]/bin:/Users/nmarcopo/google-cloud-sdk/bin:/Users/nmarcopo/.gvm/pkgsets/go1.18.2/global/bin:/Users/nmarcopo/.gvm/gos/go1.18.2/bin:/Users/nmarcopo/.gvm/pkgsets/go1.18.2/global/overlay/bin:/Users/nmarcopo/.gvm/bin:/Users/nmarcopo/.gvm/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/munki:/Users/nmarcopo/git/[REDACTED]/bin:/Users/nmarcopo/google-cloud-sdk/bin:/Users/nmarcopo/.gvm/pkgsets/go1.18.2/global/bin:/Users/nmarcopo/.gvm/gos/go1.18.2/bin:/Users/nmarcopo/.gvm/pkgsets/go1.18.2/global/overlay/bin:/Users/nmarcopo/.gvm/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/nmarcopo/.fig/bin:/Users/nmarcopo/.local/bin
    - SHELL: /bin/zsh
    - TERM: xterm-256color
    - TERM_SESSION_ID: 92248bcd-e467-405b-b3d3-bc1619a96915
- integrations:
  - SSH: false
  - TMUX: false
  - iTerm: installed!
  - Hyper: application is not present.
  - Visual Studio Code: application is not present.
  - Docker: true
mschrage commented 2 years ago

Hey @nmarcopo! Thanks for reporting this (and pointing me in the direction of the bundle identifier change). This should be pretty easy to fix and will come out in the next release.