Monthly Archives: December 2015

Debugging PowerShell Script with Visual Studio Code

In this post we will look at how you can debug your PowerShell scripts using VSCode and the PowerShell Editor Services extension for VSCode.  As a pre-requisite see the post Getting Started with Visual Studio Code for Use with PowerShell … Continue reading

Posted in PowerShell, PowerShellEditorServices, VSCode | Tagged , , | 8 Comments

Getting Started with Visual Studio Code for Use with PowerShell

Now that I’ve hopefully piqued your interest in using Visual Studio Code for editing and debugging PowerShell scripts, here is how you get started.  First, go to the Visual Studio code web site to download and install VSCode.  From here … Continue reading

Posted in PowerShell, PowerShellEditorServices, VSCode | Tagged , , | 7 Comments

Debugging in the PowerShellEditorServices for Visual Studio Code

You’ve probably heard about Microsoft’s Visual Studio Code editor.  It was announced at the 2014 online Connect event.  It is a free, light-weight, cross-platform code editor supporting Windows, Linux and MacOS.  I’ve been a big fan and user of the … Continue reading

Posted in PowerShell, PowerShellEditorServices, VSCode | Tagged , , | 1 Comment