Markus

Results 6 issues of Markus

## Environment data - Language Server version: v2024.1.102 - OS and version: Windows 10 - Python version (& distribution if applicable, e.g. Anaconda): 3.12.1 ## Code Snippet While typing: ![grafik](https://github.com/microsoft/pylance-release/assets/13979550/f7f209cc-f447-4e4c-bd2f-07dd5bbd73a7)...

needs repro

Hi! Is there a setting, that would enable this behavior? Equivalent to Pylance's `python.analysis.diagnosticMode` setting.

enhancement

Diagnostic severity overrides in user settings or workspace settings are ignored if the workspace also contains a `pyproject.toml`. ## Environment data Pylance v2024.6.101 ## Repro Steps 1. open an empty...

fixed in next version (main)
P1
regression

## Environment data - Pylance version: v2024.9.101 - OS and version: Windows 10 - Python version (& distribution if applicable, e.g. Anaconda): 3.12 ## Repro Steps 1. change "Import Format"...

bug

With PySide 6.8.0 installed, qtpy will crash without raising an Exception when importing QtCore from qtpy. The crash happens in "./qtpy/QtCore.py", line 128: `from PySide6.QtCore import *`.

type:Awaiting followup
type:Discussion

qtawesome crashes on import, without raising an exception, when used with the latest PySide 6.8.0. Affected version: 1.3.1 Python version: 3.12.7 qtpy (2.4.1) on its own seems to import OK....

reso:notQtAwesome
type:Awaiting followup