PowerShell VSCode settings and sample syntax
Welcome to The Black Cloud! This is the first post on the blog as I decided to start from scratch after a long break.
Will keep it short and simple as I just wanted to get the blog up and running.
Over the years I relied on VSCode so much that I got to develop my own settings to fit my style of working.
I am trying to adhere to a specific PowerShell style guide that I developed over the years as there is no real official one, and those VSCode settings should help to enforce it. At least to some degree.
VSCode PowerShell settings
| |
A Quick PowerShell Example
Here is a simple PowerShell snippet to get started show how I like PowerShell formatted:
| |
There might be a separate post about the intricacies of PowerShell style, but this should give you an idea 😊
<< Previous Post
|
Next Post >>