From ae5a300389bd81a49337416c05e8374c8c8a07cd Mon Sep 17 00:00:00 2001 From: SteVen Batten Date: Wed, 9 Jun 2021 11:06:52 -0700 Subject: [PATCH] add workspace trust docs label --- .github/commands.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index 388a9c3dbb3..030d48c62bb 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -409,5 +409,11 @@ "gjsjohnmurray", "IllusionMH" ] + }, + { + "type": "label", + "name": "*workspace-trust-docs", + "action": "close", + "comment": "This issue appears to be the result of the new workspace trust feature shipped in June 2021. This security-focused feature has major impact on the functionality of VS Code. Due to the volume of issues, we ask that you take some time to review our [comprehensive documentation](https://aka.ms/vscode-workspace-trust) on the feature. If your issue is still not resolved, please let us know." } ]