VSCode
A Beginner’s Guide to Visual Studio Code and Git
(adamtheautomator.com)
Those new to Visual Studio (VS) Code might just see a code editor. The true power of VS Code lies in
By: Adam Bertram submitted:Jun 16 2022
Those new to Visual Studio (VS) Code might just see a code editor. The true power of VS Code lies in
it's extensions, integrated terminal and other features. In this hands-on tutorial, you're going to learn how to use Visual Studio Code by working with a Git repo.
By: Adam Bertram submitted:Jun 16 2022
Add Developer PowerShell and Developer Command Prompt for Visual Studio to Windows Terminal
(techcommunity.microsoft.com)
Windows Terminal is great, I use it for all my command line work. It automatically detects new
By: Yannick Reekmans submitted:Jun 16 2022
Windows Terminal is great, I use it for all my command line work. It automatically detects new
shells that are installed on your system, like the shell for Ubuntu or PowerShell Core 7. Unfortunately, it doesn't detect the Developer Command Prompt and Developer PowerShell for Visual Studio. Luckily, you can add them yourself!
By: Yannick Reekmans submitted:Jun 16 2022
Advanced PowerShell Debugging Techniques
(youtube.com)
In this video, I show you how to use some advanced PowerShell debugging techniques. We look at how
By: Adam Driscoll submitted:Jun 16 2022
In this video, I show you how to use some advanced PowerShell debugging techniques. We look at how
to debug in the console, debug job, background runspaces, and remote processes. We also used some of the advanced debugging features of Visual Studio Code.
By: Adam Driscoll submitted:Jun 16 2022
Announcing Polyglot Notebooks! Multi-language notebooks in Visual Studio Code – .NET Blog
(devblogs.microsoft.com)
Polyglot Notebooks in VS Code is now generally available! Come try it out!
By: Claudia Regio submitted:Mar 17 2023
Polyglot Notebooks in VS Code is now generally available! Come try it out!
By: Claudia Regio submitted:Mar 17 2023
Automatically convert a PowerShell command to use splatting
(mikefrobbins.com)
You have a lengthy multi-parameter PowerShell command that you'd like to convert to use splatting.
By: Mike F. Robbins submitted:Oct 20 2023
You have a lengthy multi-parameter PowerShell command that you'd like to convert to use splatting.
For example, you want to convert the following command for
By: Mike F. Robbins submitted:Oct 20 2023
Blockman
(marketplace.visualstudio.com)
VSCode Extension For Nested Block Highlighting
By: Levan Katsadze submitted:Jun 16 2022
VSCode Extension For Nested Block Highlighting
By: Levan Katsadze submitted:Jun 16 2022
Cheat Sheet – Console Experience
(devblogs.microsoft.com)
PowerShell can take some getting used to. Especially if you come at it from a different Shell and
By: Friedrich Weinmann submitted:Jul 15 2022
PowerShell can take some getting used to. Especially if you come at it from a different Shell and
don't see any way to get your good old experience back. However, hidden behind that plain white on blue shell, there is actually a wide range of customization options that help make your life less painful. See below for the most commonly appreciated options.
By: Friedrich Weinmann submitted:Jul 15 2022
Clippy for VS Code
(marketplace.visualstudio.com)
Because, why not 🙂
By: Laura bananas submitted:Jan 27 2023
Because, why not 🙂
By: Laura bananas submitted:Jan 27 2023
Commenting Out PowerShell Scripts in Visual Studio and Visual Studio Code
(ironmansoftware.com)
I was giving a presentation to the Austin PowerShell User Group last week and the group took notice
By: submitted:Jun 15 2022
I was giving a presentation to the Austin PowerShell User Group last week and the group took notice
when I quickly commented and uncommented lines in my PowerShell script in VS Code. This is very easy to do with the built in keyboard shortcuts.
By: submitted:Jun 15 2022
Configure Remote SSH Connections in Visual Studio Code
(woshub.com)
Visual Studio Code is a very feature-rich and versatile text editor that can benefit both developers
By: Windows OS Hub submitted:Jul 14 2023
Visual Studio Code is a very feature-rich and versatile text editor that can benefit both developers
and system administrators. You can use VS Code to edit your PowerShell scripts, configuration...
By: Windows OS Hub submitted:Jul 14 2023
Cool features in Visual Studio 2022
(devblogs.microsoft.com)
A few weeks ago, I gave a presentation at a conference about cool new features in Visual Studio
By: Mads Kristensen submitted:Nov 4 2022
A few weeks ago, I gave a presentation at a conference about cool new features in Visual Studio
2022. It was a pre-recorded presentation, so I was able to do final edits to the video before sending it to the conference organizers.
By: Mads Kristensen submitted:Nov 4 2022
Debug PowerShell with and without VS Code – YouTube
(youtube.com)
In this video I walk through how to debug PowerShell code using VS Code native features and the
By: John Savill submitted:Jun 16 2022
In this video I walk through how to debug PowerShell code using VS Code native features and the
native PowerShell debugger.
By: John Savill submitted:Jun 16 2022
Debugging PowerShell Scripts in Visual Studio 2019 (YouTube)
(youtube.com)
In this video, Adam shows how to debug PowerShell scripts in Visual Studio 2019 and PowerShell Tools
By: Adam Driscoll submitted:Jun 16 2022
In this video, Adam shows how to debug PowerShell scripts in Visual Studio 2019 and PowerShell Tools
for Visual Studio. You can download PowerShell Tools for Visual Studio from the Visual Studio Marketplace.
By: Adam Driscoll submitted:Jun 16 2022
Debugging PowerShell Scripts in Visual Studio Code – YouTube
(youtube.com)
In this video, I show how to use the PowerShell Extension for Visual Studio Code to debug PowerShell
By: Adam Driscoll submitted:Jun 15 2022
In this video, I show how to use the PowerShell Extension for Visual Studio Code to debug PowerShell
scripts. We'll look at how to run scripts, set breakpoints and view variables during debugging. We'll also go through the various ways to step through scripts and evaluate variables and expressions with the watch window. Next, we'll learn about advanced breakpoints and how to configure launch.json to configure how to launch scripts.
By: Adam Driscoll submitted:Jun 15 2022
Duplication of last command into terminal
(github.com)
Glad to know I'm not the only one that was annoyed by this.
By: VSCode submitted:Jul 1 2022
Glad to know I'm not the only one that was annoyed by this.
By: VSCode submitted:Jul 1 2022
How to easily sign PowerShell scripts
(itluke.online)
I am a SysAdmin and whenever I need to type interactive commands I use ISE because I can work
By: Luc Fullenwarth submitted:Jun 15 2022
I am a SysAdmin and whenever I need to type interactive commands I use ISE because I can work
simultaneously on several servers from several script panes. However, when I write scripts, functions or modules I use VSCode. Unfortunately, at the time of this writing, in VSCode there is no builtin feature, nor extension to assist us in signing PowerShell code
By: Luc Fullenwarth submitted:Jun 15 2022
How to replicate the ISE experience in Visual Studio Code
(docs.microsoft.com)
Tyler Leonhardt has created a doc to help bridge the gap between the ISE and the PowerShell
By: submitted:Jun 15 2022
Tyler Leonhardt has created a doc to help bridge the gap between the ISE and the PowerShell
extension for VScode.
By: submitted:Jun 15 2022
How to use PowerShell with Visual Studio Code like a Pro
(dev.to)
Whether you're a developer or an it pro, you definitely have to deal with Powershell sometimes. For
By: Emanuele Bartolesi submitted:Jun 15 2022
Whether you're a developer or an it pro, you definitely have to deal with Powershell sometimes. For
several year I used to develop PowerShell script into PowerShell ISE. It worked very well, but it looked like "old". Since many years, almost four, I started using Visual Studio Code to edit every kind of files, including PowerShell files. The reason is really simple: Visual Studio Code is more powerful than PowerShell IDE. I show you the reason why.
By: Emanuele Bartolesi submitted:Jun 15 2022
Let’s Chat: PowerShell IDE I mean ISE I mean VSCode – YouTube
(youtube.com)
Finally we are going to leave the console, at least for a little bit, just long enough to start off
By: JordanTheItGuy submitted:Jun 16 2022
Finally we are going to leave the console, at least for a little bit, just long enough to start off
with getting an editor installed, and no I'm not talking about Notepad++ I'm talking about that amazing tool VSCode.
By: JordanTheItGuy submitted:Jun 16 2022
Major update to the PowerShell Extension for Visual Studio Code
(devblogs.microsoft.com)
This update represents a complete overhaul of the core PowerShell engine of PowerShell Editor
By: PowerShell Team submitted:Jun 16 2022
This update represents a complete overhaul of the core PowerShell engine of PowerShell Editor
Services, intending to create a more reliable and stable user experience.
By: PowerShell Team submitted:Jun 16 2022
My PowerShell for Visual Studio Code extension settings
(powershellisfun.com)
I use Visual Studio Code to create and edit PowerShell scripts. The PowerShell Extension from
By: Harm Veenstra submitted:Sep 13 2024
I use Visual Studio Code to create and edit PowerShell scripts. The PowerShell Extension from
Microsoft has some excellent features that will make your scripts more readable and consistent formatting-wise. In this blog post, I will show you my configuration and the options I use.
By: Harm Veenstra submitted:Sep 13 2024
My Windows Terminal Color Schemes
(thomasmaurer.ch)
The Windows Terminal became generally available at the Microsoft Build 2020 virtual conference a
By: Thomas Maurer submitted:Jun 16 2022
The Windows Terminal became generally available at the Microsoft Build 2020 virtual conference a
couple of weeks ago. I already blogged about how you can customize your Windows Terminal settings and shared my settings.json file. Many people asked me about the different Windows Terminal Color Schemes I use. So I thought a blog post would be a good way of sharing my Windows Terminal Schemes.
By: Thomas Maurer submitted:Jun 16 2022
Open PowerShell files up in VS Code instead of ISE?
(twitter.com)
Have you had the desire for that right-click edit command to open PowerShell files up in VS Code
By: Shawn Melton submitted:Jun 16 2022
Have you had the desire for that right-click edit command to open PowerShell files up in VS Code
instead of ISE? It is a simple reg update...
By: Shawn Melton submitted:Jun 16 2022
Optimizing Visual Studio Code for Powershell Development by Justin Grote – YouTube
(youtube.com)
I've used VSCode as my primary Powershell environment for over 3 years and have tried a lot of
By: Justin Grote submitted:Jun 16 2022
I've used VSCode as my primary Powershell environment for over 3 years and have tried a lot of
extensions and settings, and now is your turn to learn from my experience! Here are some examples of items we will cover:
By: Justin Grote submitted:Jun 16 2022
PowerCode v 0.1
(powershellgallery.com)
A PowerShell Module for Customizing Visual Studio Code
By: James Brundage submitted:Feb 24 2023
A PowerShell Module for Customizing Visual Studio Code
By: James Brundage submitted:Feb 24 2023
PowerShell Extension for Visual Studio Code August 2022 Update
(devblogs.microsoft.com)
We are excited to announce that the August update to the PowerShell Extension for Visual Studio Code
By: Sydney Smith submitted:Sep 2 2022
We are excited to announce that the August update to the PowerShell Extension for Visual Studio Code
is now available on the extension marketplace.
By: Sydney Smith submitted:Sep 2 2022
PowerShell Extension for Visual Studio Code January 2023 Update
(devblogs.microsoft.com)
We are excited to announce that the January update to the PowerShell Extension for Visual Studio
By: Sydney Smith submitted:Jan 27 2023
We are excited to announce that the January update to the PowerShell Extension for Visual Studio
Code is now available on the extension marketplace.
By: Sydney Smith submitted:Jan 27 2023
PowerShell Extension for Visual Studio Code July 2022 Update
(devblogs.microsoft.com)
We are excited to announce that the July update to the PowerShell Extension for Visual Studio Code
By: Steve Lee submitted:Aug 5 2022
We are excited to announce that the July update to the PowerShell Extension for Visual Studio Code
By: Steve Lee submitted:Aug 5 2022
PowerShell Extension for Visual Studio Code June 2022 Update
(devblogs.microsoft.com)
We are excited to announce that an update to the PowerShell Extension for Visual Studio Code is now
By: Sydney Smith submitted:Jul 8 2022
We are excited to announce that an update to the PowerShell Extension for Visual Studio Code is now
available on the extension marketplace.
By: Sydney Smith submitted:Jul 8 2022
PowerShell Extension for Visual Studio Code October 2022 Update
(devblogs.microsoft.com)
We are excited to announce that the October update to the PowerShell Extension for Visual Studio
By: Andy Jordan submitted:Dec 9 2022
We are excited to announce that the October update to the PowerShell Extension for Visual Studio
Code. (sssh, nobody tell them it's December 🙂 )
By: Andy Jordan submitted:Dec 9 2022
PowerShell profile to add some functionality for Windows Terminal
(gist.github.com)
PowerShell profile to add some functionality for Windows Terminal
By: Matt Graeber submitted:Jun 15 2022
PowerShell profile to add some functionality for Windows Terminal
By: Matt Graeber submitted:Jun 15 2022
PowerShell Tools for Visual Studio ??? Version 4.4.0 Release Notes
(ironmansoftware.com)
With PowerShell Pro Tools in Visual Studio Code you can now view your installed modules and upgrade
By: submitted:Jun 15 2022
With PowerShell Pro Tools in Visual Studio Code you can now view your installed modules and upgrade
the ones that are out of date.
By: submitted:Jun 15 2022
PowerShell Tough Love
(jdhitsolutions.com)
Do you know you need to start using VSCode instead of the ISE but can't break the habit? See if this
By: Jeff Hicks submitted:Jun 16 2022
Do you know you need to start using VSCode instead of the ISE but can't break the habit? See if this
helps?
By: Jeff Hicks submitted:Jun 16 2022
Replicate your favorite VSCode theme in Windows Terminal
(powers-hell.com)
Windows Terminal has been out for around 6 months now and it's safe to say it's a huge success. It's
By: Ben Reader submitted:Jun 15 2022
Windows Terminal has been out for around 6 months now and it's safe to say it's a huge success. It's
a great way to handle working with multiple terminal applications in one space, and the ability to customize the environment to suit your needs (both aesthetic and functional) make it a perfect tool for anyone who lives in a shell environment for hours on end.
By: Ben Reader submitted:Jun 15 2022
Retro Synthwave Theme for PowerShell in Windows Terminal
(reddit.com)
I made a synthwave-y type theme for PowerShell for Windows Terminal. You can either use the theme OR
By: u/thebeersgoodnbelgium submitted:Jun 16 2022
I made a synthwave-y type theme for PowerShell for Windows Terminal. You can either use the theme OR
I commented out the color names to align with PowerShell tokens so you can use it as a base to create your own theme.
By: u/thebeersgoodnbelgium submitted:Jun 16 2022
Running VS Code on an Android Device
(tech.davidfield.co.uk)
Ir you're the sort of person who's phone is their workhorse as I am, then finding a decent IDE for
By: David Field submitted:Jun 16 2022
Ir you're the sort of person who's phone is their workhorse as I am, then finding a decent IDE for
quick edits on code is while a personal choice a bit of a problem as there are not many out there.
By: David Field submitted:Jun 16 2022
Say hello to the new Visual Studio terminal!
(devblogs.microsoft.com)
From: Dee WalshBuilding on the momentum from the recently announced?Developer PowerShell, we are
By: submitted:Jun 15 2022
From: Dee WalshBuilding on the momentum from the recently announced?Developer PowerShell, we are
excited to share the first preview of the new Visual Studio terminal. This new preview experience is part of Visual Studio version 16.3 Preview 3.
By: submitted:Jun 15 2022
Setting up Visual Studio Code for PowerShell Development (YouTube)
(youtube.com)
If you're an aspiring PowerShell developer, we'll explore the process of getting set up with Visual
By: Trevor Sullivan submitted:Jun 16 2022
If you're an aspiring PowerShell developer, we'll explore the process of getting set up with Visual
Studio Code for PowerShell development work. It doesn't matter if you're using Linux, Mac, or Windows, you can be productive as a PowerShell developer on any development platform!
By: Trevor Sullivan submitted:Jun 16 2022
Steps To Create Content Type Using Visual Studio And Powershell Programmatically
(c-sharpcorner.com)
In this article, you will learn about the steps to create Content Type using Visual Studio and
By: submitted:Jun 15 2022
In this article, you will learn about the steps to create Content Type using Visual Studio and
PowerShell programmatically for Online and On-Prem 2019.
By: submitted:Jun 15 2022
The PowerShell you know and love now with a side of Visual Studio
(devblogs.microsoft.com)
While we know that many of you enjoy, and rely on the Visual Studio Command Prompt, some of you told
By: submitted:Jun 15 2022
While we know that many of you enjoy, and rely on the Visual Studio Command Prompt, some of you told
us that you would prefer to have a PowerShell version of the tool. We are happy to share that in Visual Studio 2019 version 16.2, we added a new Developer PowerShell!
By: submitted:Jun 15 2022
TheShow:20:E3-VSCode-Enable ISE Mode
(youtube.com)
PowerShell 7 is released! Wanna use the latest features AND get the best #PowerShell performance,
By: Jason Helmick submitted:Jun 16 2022
PowerShell 7 is released! Wanna use the latest features AND get the best #PowerShell performance,
but wish it was in the ISE? I got something better for you! VSCode + PowerShell Extension + Enable ISE Mode.
By: Jason Helmick submitted:Jun 16 2022
Understanding file encoding in VSCode and PowerShell
(docs.microsoft.com)
Interesting documentation about file encoding: PowerShell Microsoft
By: submitted:Jun 15 2022
Interesting documentation about file encoding: PowerShell Microsoft
By: submitted:Jun 15 2022
Visual Studio Code – Useful Extensions
(reddit.com)
Here are some extensions for Visual Studio code I've either found myself or a friendco-worker told
By: u/jevans_ submitted:Jun 16 2022
Here are some extensions for Visual Studio code I've either found myself or a friendco-worker told
me about, and why the extensions have been useful so far from a PowerShell perspective.
By: u/jevans_ submitted:Jun 16 2022
Visual Studio Code for PowerShell 7
(devblogs.microsoft.com)
We are excited to announce that we have released a major update to the PowerShell extension for
By: Sydney Smith submitted:Jun 15 2022
We are excited to announce that we have released a major update to the PowerShell extension for
Visual Studio Code. This release contains months of architectural work that first shipped in our PowerShell Preview extension in November of 2019, along with incremental bug fixes in the intervening months. If you are new to Visual Studio Code this article is helpful for getting started. If you already use Visual Studio Code with the PowerShell extension, read on to find out what is new.
By: Sydney Smith submitted:Jun 15 2022
VS Code Automatic Dynamic PowerShell Help
(sqldbawithabeard.com)
In VS Code, simply type ## to autogenerate a PowerShell comment based help, even including params.
By: submitted:Jun 15 2022
In VS Code, simply type ## to autogenerate a PowerShell comment based help, even including params.
By: submitted:Jun 15 2022
VsCode-PowerShell Prompt to update PowerShell Version
(github.com)
Coming in the next version of the PowerShell extension for VSCode…a friendly dialog that helps
By: submitted:Jun 15 2022
Coming in the next version of the PowerShell extension for VSCode…a friendly dialog that helps
you stay up-to-date with PowerShell releases
By: submitted:Jun 15 2022
What do you guys do to setup Visual Studio Code for PowerShell?
(reddit.com)
A cool discussion on Reddit of how others are setting up VS Code.
By: r/PowerShell submitted:Jun 16 2022
A cool discussion on Reddit of how others are setting up VS Code.
By: r/PowerShell submitted:Jun 16 2022
What You Need to Know about Visual Studio Code: A Tutorial
(adamtheautomator.com)
Every cowboy needs a horse, every Batman needs a Robin, and every coder needs a great code editor.
By: Adam Bertram submitted:Jun 16 2022
Every cowboy needs a horse, every Batman needs a Robin, and every coder needs a great code editor.
When you work with code every day, you must have a go-to code editor. For many developers out there, Visual Studio (VS) Code is their editor of choice. Stick around for this Visual Studio Code tutorial.
By: Adam Bertram submitted:Jun 16 2022
Why I use Visual Studio Code to write PowerShell
(trevorsullivan.net)
Since 2009, PowerShell users have been rewarded with an improvement over Notepad, for authoring
By: Trevor Sullivan submitted:Jun 15 2022
Since 2009, PowerShell users have been rewarded with an improvement over Notepad, for authoring
PowerShell scripts and modules. That tool is called the PowerShell Integrated Scripting Editor (ISE), which was originally included out-of-box with Windows 7 and PowerShell version 2.0. Over the years, PowerShell developers have used tools like Quest PowerGUI and Visual Studio with the PowerShell Tools Extension to write, test, and debug their PowerShell code. In fact, not all that long ago, I wrote about moving from PowerGUI over to Visual Studio for your PowerShell development work. Since then, the momentum in the software field has gotten more and more agile, requiring developers to invest more and more time learning, and less time focusing on their business logic.
By: Trevor Sullivan submitted:Jun 15 2022
Why is PowerShell tab completion so awful in vscode?
(reddit.com)
A good thread on the auto-complete issues in VS Code, along with many tips to improve it.
By: u/Guyver1- submitted:Jun 16 2022
A good thread on the auto-complete issues in VS Code, along with many tips to improve it.
By: u/Guyver1- submitted:Jun 16 2022
Windows Terminal: The Ultimate Guide
(adamtheautomator.com)
In this Ultimate Guide, you're going to learn about one of the best consoles around for developers;
By: Chris Blackden submitted:Jun 16 2022
In this Ultimate Guide, you're going to learn about one of the best consoles around for developers;
the Windows Terminal. You're going to get a full rundown of nearly all features of Windows Terminal and learn how it can help you get things on Windows at the command line.
By: Chris Blackden submitted:Jun 16 2022
Write PowerShell Online using Visual Studio Codespaces
(thomasmaurer.ch)
Last week the Visual Studio Services team announced a new service called Visual Studio Codespaces.
By: Thomas Maurer submitted:Jun 16 2022
Last week the Visual Studio Services team announced a new service called Visual Studio Codespaces.
Visual Studio Codespaces allows you to do cloud-hosted development for wherever you're working. While the new services support many different programming and scripting languages, it also supports PowerShell. In this blog post, I am going to show you how you can write PowerShell code online in a web browser using Visual Studio Codespaces.
By: Thomas Maurer submitted:Jun 16 2022
Write PowerShell Online using Visual Studio Codespaces
(thomasmaurer.ch)
Last week the Visual Studio Services team announced a new service called Visual Studio Codespaces.
By: Thomas Maurer submitted:Jun 16 2022
Last week the Visual Studio Services team announced a new service called Visual Studio Codespaces.
Visual Studio Codespaces allows you to do cloud-hosted development for wherever you're working. While the new services support many different programming and scripting languages, it also supports PowerShell. In this blog post, I am going to show you how you can write PowerShell code online in a web browser using Visual Studio Codespaces.
By: Thomas Maurer submitted:Jun 16 2022
Writing Your First Visual Studio Code Extension
(youtube.com)
This is a virtual edition of our user group, with a special focus on PowerShell Developer
By: Thomas Rayner submitted:Jun 15 2022
This is a virtual edition of our user group, with a special focus on PowerShell Developer
technologies, Azure and of course a deep dive into PowerShell. We have made the decision to host this event virtually for the first time, and we are excited to be able to open up our local user group to the global stage for the first time! We have an evening with diverse and advanced topics prepared for you presented by experienced speakers. Registration through Eventbrite is optional, with the benefit that you'll receive an email notification with the streaming link and a calendar invite.
By: Thomas Rayner submitted:Jun 15 2022