Best of DevBlogsJuly 2024

  1. 1
    Article
    Avatar of devblogsDevBlogs·2y

    Python in Visual Studio Code

    The August 2024 release of the Python and Jupyter extensions for Visual Studio Code introduces improved Python discovery using python-environment-tools, inline variable values in source code during debugging, and enhancements to the VS Code Native REPL for Python. User feedback is encouraged for ongoing improvement and feature development.

  2. 2
    Article
    Avatar of devblogsDevBlogs·2y

    Announcing TypeScript 5.6 Beta

    TypeScript 5.6 Beta introduces several new features including disallowed nullish and truthy checks, iterator helper methods, strict builtin iterator checks with the new --strictBuiltinIteratorReturn flag, support for arbitrary module identifiers, a new --noUncheckedSideEffectImports option, and a --noCheck option to skip type checking for faster builds. Region-prioritized diagnostics improve editor performance in large files, and TypeScript can now better handle complex project setups by searching ancestor configuration files for project ownership.

  3. 3
    Article
    Avatar of devblogsDevBlogs·2y

    Python in Visual Studio Code

    The July 2024 release for Python and Jupyter extensions in Visual Studio Code introduces several improvements. Key highlights include enhanced environment discovery through the new python-environment-tools, improved reStructuredText docstring support with Pylance, and community-contributed Pixi environment detection. Additionally, there are various bug fixes and minor enhancements aimed at improving the overall user experience with Python in VS Code.