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
Problem
If using code . (command line), this issue is not present.
If starting VSCode from e.g. macOS Spotlight, BBEdit will fail with this error:
$ git -c core.quotepath=false -c color.ui=false difftool --no-prompt --tool=bbdiff -- app.py
You must allow `bbdiff` to send events to the BBEdit application.
Use `tccutil reset AppleEvents` to reset the system's permissions, and try again.
bbdiff: error: -1743
fatal: external diff died, stopping at app.py
Steps to Reproduce:
Use a git project, e.g., git clone https://github.com/alanwilter/flask-pytest-example
Does this issue occur when all extensions are disabled?:
Can't test this way.
Possible Solution:
Please see "Open in BBEdit" repository command fails desktop/desktop#9050 for details but, essentially, VSCode is using the macOS Hardened Runtime, but does not have a code-signing entitlement to allow it to send Apple Events to other applications.
The text was updated successfully, but these errors were encountered:
If using
code .
(command line), this issue is not present.If starting VSCode from e.g. macOS Spotlight,
BBEdit
will fail with this error:Steps to Reproduce:
git clone https://github.com/alanwilter/flask-pytest-example
~/.gitignore
:app.py
and save it.Does this issue occur when all extensions are disabled?:
Can't test this way.
Please see "Open in BBEdit" repository command fails desktop/desktop#9050 for details but, essentially, VSCode is using the macOS Hardened Runtime, but does not have a code-signing entitlement to allow it to send Apple Events to other applications.
The text was updated successfully, but these errors were encountered: