A short guide on manually adding a test task to the VS Code Command Palette by editing the `.vscode/tasks.json` file. The built-in configure option doesn't auto-populate a test task, so the fix is to manually add a task entry with `isTestCommand: true` and the `dotnet test` command.