Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix OSX fail of tests due to too long path
This fixes the following error: WARNING: IPC handle [...] is longer than 103 chars, try a shorter --user-data-dir Could not delete obsolete instance handle Error: ENOENT: no such file or directory This is a workaround for microsoft/vscode#86382. When using a long path for --user-data-dir, on OSX VS Code could only be started once. Restarting VS Code would result in the error given above.
- Loading branch information