Python in Visual Studio Code - May 2024 Release - Python
Briefly

Abstract classes in Python serve as 'blueprints' for other classes, promoting code modularity and structure. The latest Pylance pre-release introduces the 'Implement all inherited abstract classes' code action to facilitate automatic implementation of abstract methods.
Pylance now features a dedicated auto indentation setting called python.analysis.autoIndent, addressing previous issues in controlling auto indentation behavior separately from other formatting tools. This setting is enabled by default for improved flexibility.
Debugpy has been replaced with the Python Debugger extension in favor of better debugging capabilities. This change streamlines debugging features and removes duplicate functionality from the Python extension.
The release also includes updates such as Socket disablement during testing and Pylance performance enhancements, contributing to a more efficient development environment for Python and Jupyter users.
Read at Python
[
add
]
[
|
|
]