From 249a9514f273478950cdfd514a94f06f9fe0c3d9 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Thu, 8 Feb 2024 18:59:55 +0100 Subject: [PATCH] add ownership file for vscode-dts (#204746) --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..8da51487c84 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# ensure the API police is aware of changes to the vscode-dts file +# this is only about the final API, not about proposed API changes +src/vscode-dts/vscode.d.ts @jrieken @mjbvz