You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use vscode as my external editor for Ipe by setting prefs.external_editor = "code --wait %s" in customize.lua.
However, I install vscode via homebrew, so the code command is located in /opt/homebrew/bin.
Therefore, right now I need to
Add /opt/homebrew/bin path to /Applications/Ipe.app/Contents/Info.plist.
Clear cache of Ipe.app
and it is a bit of a hassle.
Would it be possible to add /opt/homebrew/bin path to Info.plist for future versions?