"#region" with trailing word character (ex. _
) triggers an error "#region is missing corresponding #endregion"
#3765
Labels
bug
Something isn't working
fixed in next version (main)
A fix has been implemented and will appear in an upcoming version
Any comment that contains the word "region" triggers an error "#region is missing corresponding #endregion"
Also I can't find a way to turn region checking off entirely ( e.g. using
"python.analysis.diagnosticSeverityOverrides"
). Nothing relevant is listed in the settings.Environment data
Code Snippet
Repro Steps
Just paste that code in a py file, see the spurious error show up.
Logs
Not relevant here I reckon
The text was updated successfully, but these errors were encountered: