With VS Code 1.58, Microsoft introduces enhanced debugging features and Jupyter Notebook support, while planning future improvements for Java support
Microsoft has released version 1.58 of Visual Studio Code, also known as the June release, bringing a host of enhancements aimed at improving usability, customization, debugging, and Jupyter Notebook support. This update reflects Microsoft’s commitment to refining its popular code editor, with notable changes designed to enhance the development experience.
One of the standout features in VS Code 1.58 is the improved debugging functionality. The new version introduces the ability to remember the chosen debugger per file, which streamlines the debugging process by eliminating the need for users to repeatedly select a debugger at the start of each session. This enhancement is particularly useful for developers working with multiple languages or debug extensions, as it reduces friction and accelerates the workflow.
Additionally, the update addresses user feedback regarding the Debug Console. Previously, suggestions in the Debug Console could be inadvertently accepted by pressing Enter, which could disrupt the intended evaluation of input. To mitigate this issue, VS Code now requires users to press Shift-Enter or Tab to accept suggestions, thus minimizing accidental selections. To further improve usability, the editor now displays a hint status bar (“Insert (Tab)”) in the Debug Console input to make the Tab key’s function more apparent.
In terms of Jupyter Notebook support, Visual Studio Code 1.58 enhances the integration with Jupyter Notebooks, providing a more seamless experience for data science and interactive computing tasks. This update reflects VS Code’s ongoing efforts to cater to the needs of the data science community, making it easier to work with notebooks directly within the editor.
Looking ahead, Microsoft has outlined plans for expanding Java support in VS Code throughout 2021. This roadmap includes various improvements to Java development capabilities, reflecting the company’s commitment to supporting a wide range of programming languages and tools within its editor.
Visual Studio Code 1.58 is available for download from the Visual Studio website, offering users the latest advancements and improvements. As the editor continues to evolve, Microsoft’s focus on enhancing debugging, user interface interactions, and language support demonstrates its dedication to meeting the diverse needs of developers across different domains.