Best of DevBlogs2022

  1. 1
    Article
    Avatar of devblogsDevBlogs·4y

    A Proposal For Type Syntax in JavaScript

    A proposal to bring optional and erasable type syntax to JavaScript. Because this new syntax wouldn’t change how surrounding code runs, it would effectively act as comments. We think this has the potential to make TypeScript easier and faster to use for development at every scale. We’re hoping to bring it forward in a proposal to TC39.

  2. 2
    Article
    Avatar of devblogsDevBlogs·4y

    Windows Terminal Preview 1.16 Release

    Windows Terminal team is back with another release for you! This release introduces version 1.16 to Windows Terminal Preview and updates Windows Terminal to 1.15 with these new features. Themes are only editable using the JSON file, but they will appear in the Theme dropdown on the Appearance page of the settings UI. CloseOnExit will now automatically close the Terminal when terminated.

  3. 3
    Article
    Avatar of devblogsDevBlogs·4y

    Announcing TypeScript 4.7

    The beta release of TypeScript 4.7 is now available. It includes ECMAScript Module Support in Node.js. The beta release is available for Visual Studio Code and Sublime Text 3. It also includes editor support for VCS 2022/2019 and VCS 3.5.

  4. 4
    Article
    Avatar of devblogsDevBlogs·4y

    Announcing TypeScript 4.9 RC

    TypeScript 4.9 beta includes auto-accessors, new go-to-definition commands for editors. The new satisfies operator lets us validate that the type of an expression matches some type. Previously, TypeScript allowed us to narrow away any types that don’t explicitly list a property. But what about examples where notype listed a given property? In those cases, the language didn”t help us much.

  5. 5
    Article
    Avatar of devblogsDevBlogs·4y

    Windows Package Manager 1.3

    The Windows Package Manager Community Repository will begin accepting submissions for other portable packages after the upgrade has rolled out to a majority of the user base. This should take about one week. If you want to submit a pull request, go ahead.

  6. 6
    Article
    Avatar of devblogsDevBlogs·4y

    Python in Visual Studio Code – August 2022 Release

    The August 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available. The Python extension walkthrough has been improved to more easily guide users to installing Python when needed. A new Python Tools extension template allows you to create a VS Code extension for your favorite Python linter or formatter.

  7. 7
    Article
    Avatar of devblogsDevBlogs·4y

    Python in Visual Studio Code – May 2022 Release

    The May 2022 release of the Python and Jupyter Extensions for Visual Studio Code are now available. The team is working towards breaking the tools support we offer in the Python extension into separate extensions, with the intent of improving performance and stability. With this release we’re introducing three new extensions: Black, isort, and J upyter Powertoys. If you have any issues or feature requests, you can file them at the extension's GitHub repository.

  8. 8
    Article
    Avatar of devblogsDevBlogs·4y

    Announcing TypeScript 4.8 RC

    The RC now has support for excluding which files are considered in auto-imports. These changes affect how intersection and union types work and are leveraged in how TypeScript narrows types. Grabs the first element of a tuple if it's assignable to 'number' and returns 'never' if it can't find one.

  9. 9
    Article
    Avatar of devblogsDevBlogs·3y

    Build Your Own Podcast App with .NET 7, Blazor, and .NET MAUI

    Build Your Own Podcast App with.NET 7, Blazor, and.NET MAUI The.NET Podcast app was first introduced at.NET Conf 2021 and recently updated to highlight new features in.NET7 at the.NETconf 2022 keynote. The app is ready to use sample application that showcases.NET, ASP.

  10. 10
    Article
    Avatar of devblogsDevBlogs·3y

    Try out Visual Studio 2022 version 17.5 Preview 2

    Try out Visual Studio 2022 version 17.5 Preview 2! Your feedback goes directly to the product team working to deliver you the best developer IDE. The new search experience makes it easy for you to quickly find a Visual Studio menu feature files, types, and members in your code all from one place.

  11. 11
    Article
    Avatar of devblogsDevBlogs·4y

    Python in Visual Studio Code - September 2022 Release

    The September 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes the following announcements: Improved IntelliSense support for J upyter Notebooks.

  12. 12
    Article
    Avatar of devblogsDevBlogs·4y

    .NET 6 is now in Ubuntu 22.04

    .NET 6 is now in Ubuntu 22.04 (Jammy) and can be installed with just apt install dotnet6.NET in Chiseled Ubuntu Containers.NET delivers the smallest container footprint while still being the Ubuntu you know and trust.NET is similar to conventional distroless, with a tool that is customized for slicing.deb packages. The images will be offered in our nightly repos.

  13. 13
    Article
    Avatar of devblogsDevBlogs·4y

    Announcing TypeScript 4.6 Beta

    The beta release of TypeScript 4.6 is now available. There are a number of new features and improvements to the language. The beta release is available for Visual Studio Code and Sublime Text 3.6. It is also available for the Mac OS X Yosemite operating system.