Commit fe29c75
committed
fix(vscode): move test user-data dir out of the workspace
macOS caps Unix domain socket paths at 103 chars. The default user-data
dir (<workspace>/.vscode-test/user-data) puts VS Code's main socket well
past that on CI runners, so the host died with:
listen EINVAL: invalid argument .../user-data/1.13-main.sock
Point --user-data-dir at os.tmpdir() instead, which keeps the socket
short on every platform. test-electron skips its own default when the
flag is already present.1 parent d512932 commit fe29c75
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
2 | 10 | | |
3 | 11 | | |
4 | 12 | | |
| 13 | + | |
5 | 14 | | |
0 commit comments