Commit 6902e3e
committed
fix: resolve CI e2e test ETIMEDOUT errors when downloading VS Code
- Add caching for VS Code test runtime to prevent re-downloads
- Pin VS Code version to 1.101.2 for deterministic caching
- Add pre-download step to isolate download failures from test failures
- Configure version via VSCODE_VERSION environment variable
This fixes the network timeout issues occurring when @vscode/test-electron
attempts to download VS Code from Microsoft's CDN during CI runs.1 parent ae8a639 commit 6902e3e
2 files changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
89 | 110 | | |
90 | 111 | | |
91 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments