vscode: Chokidar crashes on vscode source folder when started from command line
- launch vscode from terminal via
code-insidersand open vscode repo.
Note: when launching from the dock the file watcher works. Also, the nsfw version works. Also, the search service (using the same infrastructure) works.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 19 (18 by maintainers)
@Tyriar I still think a forked process should not crash with
SIGPIPEungracefully by triggering this log statement in native code. In comparison, when I doconsole.logfrom that process, it also does not crash.Simple repro with Electron:
npm installchmod +x ./start.shCHILD EXIT: null / SIGPIPEThis seems to reproduce with
1.8even, but not with1.7.I cannot reproduce with an Insiders version using Electron 1.7.12