microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 237 forks source link

BrokenPipeError: [Errno 32] Broken pipe #751

Open everdimension opened 4 years ago

everdimension commented 4 years ago

I see this error in console on editor startup:

.neovintageousrc file loaded
Exception in thread Thread-2:
Traceback (most recent call last):
  File "./python3.3/threading.py", line 901, in _bootstrap_inner
  File "./python3.3/threading.py", line 858, in run
  File "/Users/rnd/Library/Application Support/Sublime Text 3/Packages/TypeScript/typescript/libs/node_client.py", line 146, in monitorPostQueue
    self.server_proc.stdin.flush()
BrokenPipeError: [Errno 32] Broken pipe

Is this a package bug?