Andres Espinosa

Results 16 comments of Andres Espinosa

I have the same problem but only when adding a filter. On the element I put the filter, the click event doesn't work.

It was fixed for me setting the `preventOnFilter` option to `false`.

My configuration of `python.analysis.diagnosticSeverityOverrides` is empty, both in user and workspace settings. There is no `# pyright` in all my code.

I have A `pyroject.toml` file, but it doesn't have `[tool.pyright]` in it, I don't find `[tool.pyright]` anywhere in my repo. If I create the file you mentioned in a new...