phindle / error-lens

Visual Studio Code extension which enhances the display of errors and warnings.
https://marketplace.visualstudio.com/items?itemName=PhilHindle.errorlens
MIT License
89 stars 40 forks source link

self is not accessed #35

Open xsevy opened 4 years ago

xsevy commented 4 years ago

https://github.com/microsoft/pylance-release/issues/272#issuecomment-678511791 Could you please do something with this problem?

vppuzakov commented 4 years ago

You can remove hint from enabledDiagnosticLevels in your settings.json:

    "errorLens.enabledDiagnosticLevels": ["error", "warning", "info"]