VSCode

I love the new Swift Testing framework and have been using it whenever I can. However, I still have a lot of legacy code that uses XCTest and I want to convert it to the new framework. This includes a lot of grunt work that I was thinking I hopefully could automate with GitHub Copilot. However, when I tried to do this, I found that Copilot often would create a mingle of XCTest and Swift Testing code, or stubbornly stuck to XCTest even when I asked it to use Swift Testing.