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
In PyCon 2018 sprint, I ran into a problem that debugger stopped working when launching. We got it solved by rerunning "yarn install --lockfile" and using insider version of VSCode.
So we should update the CONTRIBUTING.md to change the setup script from
yarn install
to
yarn install --lockfile
The text was updated successfully, but these errors were encountered:
In PyCon 2018 sprint, I ran into a problem that debugger stopped working when launching. We got it solved by rerunning "yarn install --lockfile" and using insider version of VSCode.
So we should update the
CONTRIBUTING.md
to change the setup script fromto
The text was updated successfully, but these errors were encountered: