News

New 'Getting Started' Walkthrough Unveiled for VS Code PowerShell Tool

A new "getting started" experience highlights the August 2022 update to the PowerShell Extension for Visual Studio Code.

Other new things for the tool -- available in the VS Code Marketplace -- include more regression tests, a major Language Server Protocol (LSP) client library update and various bug fixes. The extension has been installed nearly 6.5 million times.

"As a part of this release we have introduced a getting started experience for PowerShell in VS Code," Microsoft said in an Aug. 30 blog post. "This experience was designed through a series of customer surveys and interviews conducted by our summer intern. The walkthrough can be accessed on the Getting Started page in VS Code, or through the command pallette."

Get Started with PowerShell
[Click on image for larger view.] Get Started with PowerShell (source: Microsoft).

Microsoft is definitely focusing on providing developers with more introductory guidance and information for PowerShell, as the new walkthrough comes fresh on the heels of a new "Get-WhatsNew" Cmdlet to help users stay informed about new features.

The company is seeking feedback on the new walkthrough in order to guide future improvements.

The dev team also updated its LSP client library dependency, vscode-languageclient, a library used by the extension to start, connect and communicate with the LSP server, PowerShell Editor Services.

"By incorporating this update in vscode-powershell #4128 we were able to prevent a number of race conditions that could be encountered during startup, as the latest version of this library allows us to register our notification and request handlers before starting the server," Microsoft said. "The lifecycle management code was also given some much needed attention, and so startup and shut-down is now a more stable experience."

New regression tests, meanwhile, are detailed in these pull requests:

For any issues with the extension -- or feature requests, bug reports or questions -- developers can provide feedback in the extension's GitHub repository.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube