vscode: Chokidar crashes on vscode source folder when started from command line

  • launch vscode from terminal via code-insiders and open vscode repo. image

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)

Most upvoted comments

@Tyriar I still think a forked process should not crash with SIGPIPE ungracefully by triggering this log statement in native code. In comparison, when I do console.log from that process, it also does not crash.

Simple repro with Electron:

This seems to reproduce with 1.8 even, but not with 1.7.

I cannot reproduce with an Insiders version using Electron 1.7.12