David Wilson - @daviwil Software Engineer, PowerShell Team
- Visual Studio Code overview
- Configuring the editor
- Extensions
David Wilson - @daviwil Software Engineer, PowerShell Team
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
ipmo wpk | |
function Get-Color{ | |
[Windows.Media.Brushes] | | |
Get-Member -Static -MemberType Property | | |
ForEach { [Windows.Media.Brushes]::$($_.Name) } | |
} | |
function Get-Brightness { | |
param ( |