Hi, I'm currently using Ipe 7.2.26 on OSX.
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?