◐ Shell
clean mode source ↗

Add DevContainer support by bergmeister · Pull Request #1286 · PowerShell/PSScriptAnalyzer

PR Summary

This allows for developing in a container. Once .Net Core 3 releases its RTM version, I would like to upgrade the SDK, which will then contain PowerShell already. At the moment I have to bootstrap PowerShell myself, which is at least easier then using the PowerShell extension and bootstrapping the .Net SDK.
Dockerfile taken from .Net Core template of Docs page for VS-Code container development.

PR Checklist