Commit 6fb2815
committed
fix: configure shorter user-data-dir to avoid macOS socket path limit
macOS has a 103 character limit for Unix socket paths. The nested directory
structure in GitHub Actions (mini-typescript-hero/mini-typescript-hero/mini-typescript-hero)
was exceeding this limit, causing ENOTSOCK errors.
Solution: Use /tmp/vscode-test-data as the VSCode test user data directory.1 parent 6900b82 commit 6fb2815
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
0 commit comments