Background
Microsoft has recently released a new extension for Visual Studio Code called C# Dev Kit. This extension, which automatically includes the C# extension currently marked as a required dependency in our devcontainer, provides a solution explorer and test window for VSCode.
Problem
This project is currently set up to recommend a third-party test explorer and solution. With the release of the C# Dev Kit by Microsoft, we have an opportunity to leverage this new extension to improve our development workflow.
Solution
The plan to solve this problem involves a few steps:
Background
Microsoft has recently released a new extension for Visual Studio Code called C# Dev Kit. This extension, which automatically includes the C# extension currently marked as a required dependency in our devcontainer, provides a solution explorer and test window for VSCode.
Problem
This project is currently set up to recommend a third-party test explorer and solution. With the release of the C# Dev Kit by Microsoft, we have an opportunity to leverage this new extension to improve our development workflow.
Solution
The plan to solve this problem involves a few steps: