Skip to content

Commit 2cc8dae

Browse files
wenytang-msCopilot
andcommitted
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>
1 parent cb06bcc commit 2cc8dae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.vscodeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ out/**/*.map
1515
*.vsix
1616
scripts
1717
.azure-pipelines/**
18+
test-fixtures/**
19+
test-plans/**
20+
test-results/**

0 commit comments

Comments
 (0)