Audit Installed VSCode Extensions with PowerShell

The recent incident of malicious extensions in the Visual Studio Code Marketplace got me thinking about how to audit extensions across a large estate. This post includes a script to get installed extensions on a local or remote computer. ...

May 19, 2023 · 2 min · GD

Create custom code snippets in VSCode

BACKGROUND VSCode snippets are a productivity feature allowing blocks of code to be inserted with a couple of keystrokes or tab completion. Its simple to add your own Snippets and dramatically boost your productivity. Read on for the details. ...

May 7, 2021 · 4 min · GD