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
When formatting a python code either with format document or with the formatOnSave: true PEP8 is applied and the line '#region' becomes '# region' effectively breaking the collapsable functionality.
When formatting a python code either with format document or with the
formatOnSave: truePEP8 is applied and the line '#region' becomes '# region' effectively breaking the collapsable functionality.