Python in Visual Studio Code - March 2025 Release - Python
Briefly

The March 2025 update for Visual Studio Code introduces key enhancements to the Python, Pylance, and Jupyter extensions. Major improvements include streamlined Python shell integration without the need to reload the window for changes to take effect, and a new setting to customize the auto test discovery for files. Additionally, inline values in Notebooks and Python files will show full values on hover for better clarity. Finally, the automatic quotation insertion for long strings enhances the overall development experience, making it more seamless for users.
This release includes improvements to Python shell integration, enhanced automatic test discovery, inline values on hover for better readability, and automatic quotation insertion.
You can now refine which files auto test discovery occurs on by specifying a glob pattern in the python.testing.autoTestDiscoverOnSavePattern setting.
Notebook inline values are now truncated to fit within the viewport's width, with rich hovers providing the full value for easier readability.
Pylance now supports automatic insertion of quotation marks when breaking long strings, improving the coding experience in Visual Studio Code.
Read at Python
[
|
]