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
{{ message }}
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
Strict mode appears to be the future, but it creates a directory of softlinks. This means that clicking through takes you to a soft link, not the file itself, which is annoying. You also need to then set the breakpoint on the link not the original. Workarounds exist:
https://github.com/microsoft/pyright/blob/main/docs/import-resolution.md#editable-installs
We should do
pip install -e . --config-settings editable_mode=compat
in the dev containerThe text was updated successfully, but these errors were encountered: