Markus
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: ...
Hi! Is there a setting, that would enable this behavior? Equivalent to Pylance's `python.analysis.diagnosticMode` setting.
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...
## 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"...
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 *`.
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....