From 2cc8dae3ddbd4d0489019d8801aed6084a01a772 Mon Sep 17 00:00:00 2001 From: wenytang-ms Date: Tue, 9 Jun 2026 14:56:16 +0800 Subject: [PATCH] Exclude autotest artifacts from VSIX package The VSIX package was unintentionally including E2E test plans, fixtures, and local test results. Exclude those directories so test-only Maven fixtures and generated screenshots are not distributed with the extension. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .vscodeignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscodeignore b/.vscodeignore index 64e7962f..dad98cb8 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -15,3 +15,6 @@ out/**/*.map *.vsix scripts .azure-pipelines/** +test-fixtures/** +test-plans/** +test-results/**