From 065fa57b23ee6f3cebb40c166527889e299903e1 Mon Sep 17 00:00:00 2001 From: Tanay Parikh Date: Tue, 25 Jan 2022 14:49:56 -0800 Subject: [PATCH] Expanding CODEOWNERS to include BlazorWASMDebuggingExtension (#6007) Capture cases like https://github.com/dotnet/razor-tooling/pull/6000. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dcb66b28f0..85d800816e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,3 +8,4 @@ /eng/Versions.props @dotnet-maestro-bot /eng/Version.Details.xml @dotnet-maestro-bot /src/ @dotnet/razor-tooling @NTaylorMullen @ryanbrandenburg @allisonchou @sharwell @davidwengier +/src/Razor/src/Microsoft.AspNetCore.Razor.VSCode.BlazorWasmDebuggingExtension/ @dotnet/razor-tooling @dotnet/aspnet-blazor-eng @captainsafia