Technical requirements
In this chapter, we'll need to have an editor for C# installed. A good free option is Visual Studio Code, which we've been using in previous chapters. If Visual Studio Code is not already installed, it can be downloaded and installed from https://code.visualstudio.com/.
Visual Studio can be used in place of Visual Studio Code, but we'll be using Visual Studio Code in many of our examples.
Our settings.json
file and complete C# application used throughout this chapter are available at https://github.com/PacktPublishing/Windows-Terminal-Tips-Tricks/tree/main/Chapter 12.