Просмотр исходного кода

Update CODEOWNERS for .vscode, .devcontainer (#39663)

Adding myself so I can keep things in sync with dotnet/razor-compiler.

Reference: https://github.com/dotnet/razor-compiler/pull/33
Tanay Parikh 4 лет назад
Родитель
Сommit
29aae5b28d
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      .github/CODEOWNERS

+ 2 - 1
.github/CODEOWNERS

@@ -6,7 +6,8 @@
 /.azure/                                                                          @dotnet/aspnet-build
 /.azuredevops/                                                                    @dotnet/aspnet-build
 /.config/                                                                         @dotnet/aspnet-build
-/.devcontainer/                                                                   @captainsafia
+/.devcontainer/                                                                   @captainsafia @TanayParikh
+/.vscode/                                                                         @captainsafia @TanayParikh
 /.github/                                                                         @dotnet/aspnet-build
 /.github/*_TEMPLATE/                                                              @dotnet/aspnet-build @mkArtakMSFT
 /.github/workflows/                                                               @dotnet/aspnet-build @tratcher