$ ❯ CrowderSoup

A website about programming, technology, and life.

vscode

Trying out FrontMatter

by Aaron Crowder on in Site Updates

I recently found a really cool VSCode extension called FrontMatter. It allows you to manage your static site with a simple, intuitive interface, all within VSCode. This is the first post I’m writing with it. It sort of feels like a halfway point between managing plain text / markdown files and having a full-blown CMS. For my use, I don’t need something like WordPress… Markdown files and Hugo is plenty. But having a nice interface to see a list of posts, media, etc.

Read more...

Debugging PowerShell in VSCode

by Aaron Crowder on in Programming Tools

Yesterday I learned a neat trick with Visual Studio Code when working on some PowerShell scripts to help orchestrate build and deployment of our projects (more on that in a different post). I knew that VSCode had a debugger, but I didn’t realize that a debugger for PowerShell had been added via an extension. I had installed this extension some time ago to help with writing PowerShell scripts in VSCode, but I was running my PowerShell prompt in another window to actually test them.

Read more...