The February 2025 release of Visual Studio Code introduces significant improvements for Python, Pylance, and Jupyter extensions. Notably, users will benefit from a no-config debugging feature that allows immediate debugging without prior configuration. Enhanced testing controls include the capability to cancel ongoing test discovery. Additional features encompass a Native REPL launch from the terminal, implementation navigation with Pylance, and an experimental AI Code Action for generating symbols. For a complete list of changes, users are encouraged to check the changelogs.
You'll see feedback in the terminal that a debug session is starting and the debug toolbar pop up in the editor. Set breakpoints in the UI.
We are introducing a no-config debugging experience! This workflow allows you to start the debugger without creating or managing a Python debug configuration.
Collection
[
|
...
]