Skip to content

Commit 48cc1e9

Browse files
authored
chore(vscode): gitignore .vscode-test harness cache directory (#194)
The @vscode/test-electron harness downloads a full VS Code binary into vscode-extension/.vscode-test/ (~900MB, 6300+ files), which flooded the git working tree. Ignore it alongside the other build outputs. Co-authored-by: Thomas Jung <12159356+jung-thomas@users.noreply.github.com>
1 parent a2c3c65 commit 48cc1e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vscode-extension/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dist/
33
webview-dist/
44
_i18n/
55
*.vsix
6+
.vscode-test/

0 commit comments

Comments
 (0)