-
Recent Posts
- Scripting Guys Blog Posts on Using Visual Studio Code for PowerShell Development
- Preview of Module Build and Publish with Visual Studio Code and the PowerShell Extension
- Breakpoint Enhancements in the v0.5.0 PowerShell Extension for Visual Studio Code
- Creating a PowerShell Command that Process Paths using Visual Studio Code
- New Release of PowerShell Extension For Visual Studio Code
Recent Comments
Archives
- February 2017
- March 2016
- February 2016
- December 2015
- September 2015
- August 2015
- July 2015
- May 2015
- April 2015
- January 2015
- November 2014
- October 2014
- July 2014
- April 2014
- October 2013
- September 2013
- July 2013
- May 2013
- April 2013
- January 2013
- September 2012
- July 2012
- April 2012
- March 2012
- January 2012
- December 2011
- October 2011
- September 2011
- March 2011
- September 2010
- July 2010
- May 2010
- January 2010
- December 2009
- October 2009
- September 2009
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- June 2007
- May 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- September 2005
- August 2005
- June 2005
- March 2005
- January 2005
- December 2004
Categories
- .NET
- .NETCore
- Agilent T&M Toolkit
- Agilent VEE
- Books
- Conference
- CSharp
- Effective PowerShell
- LINQ
- Microsoft
- Monad
- MSBuild
- Music
- PDC
- PowerShell
- PowerShell 2.0
- PowerShell 3.0
- PowerShell 4.0
- PowerShell 5.0
- PowerShellEditorServices
- PSCX
- PSScriptAnalyzer
- Software Architecture
- Software Development
- Uncategorized
- VSCode
- Windows 7
- WinRT
Meta
Category Archives: VSCode
Scripting Guys Blog Posts on Using Visual Studio Code for PowerShell Development
If you’re looking for a bit more up-to-date getting started guide on using PowerShell with Visual Studio Code, check out these blog posts: Get started with PowerShell development in Visual Studio Code Visual Studio Code editing features for PowerShell development … Continue reading
Posted in PowerShell, VSCode
4 Comments
Preview of Module Build and Publish with Visual Studio Code and the PowerShell Extension
We are noodling around with how to best provide support for publishing modules to the PowerShell Gallery from a PowerShell workspace within Visual Studio Code. In today’s release of the PowerShell extension for VSCode (version 0.5.0), we have included an … Continue reading
Posted in PowerShell, PowerShellEditorServices, VSCode
6 Comments
Breakpoint Enhancements in the v0.5.0 PowerShell Extension for Visual Studio Code
Visual Studio Code 0.10.10 released today with many new features including indentation-based code folding and UI support for configuring “function” breakpoints. In this blog post, I’ll show you a few new features what we have planned for the 0.5.0 release … Continue reading
Posted in PowerShell, PowerShellEditorServices, VSCode
Leave a comment
Creating a PowerShell Command that Process Paths using Visual Studio Code
Writing functions that need to process paths in PowerShell and do everything that PowerShell users expect can be tricky. Here are some of the features that folks expect for a fictitious function called “Edit-File” (well, there *is* an Edit-File command … Continue reading
Posted in PowerShell, PowerShellEditorServices, VSCode
Leave a comment
New Release of PowerShell Extension For Visual Studio Code
There’s a new version (0.4.0) of the PowerShell extension for Visual Studio Code out with some really nice enhancements. There’s also a new version of Visual Studio Code (0.10.8) out with lots of improvements as well (read about those here). … Continue reading
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 PowerShell, PowerShellEditorServices, VSCode
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 PowerShell, PowerShellEditorServices, VSCode
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 PowerShell, PowerShellEditorServices, VSCode
1 Comment
PowerShell Snippets for Visual Studio Code
If you are a fan of using Visual Studio Code as a lightweight text editor and are also a PowerShell scripter, you have probably found VS Code’s PowerShell support somewhat lacking. For instance, while it can syntax colorize PowerShell script … Continue reading
Posted in PowerShell, VSCode
13 Comments