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

Error:NOT work! #696

Open jingyuexing opened 5 years ago

jingyuexing commented 5 years ago
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 "D:\Sublime Text 3157 x64Dev\Data\Packages\TypeScript\typescript\libs\node_client.py", line 146, in monitorPostQueue
    self.server_proc.stdin.flush()
OSError: [Errno 22] Invalid argument

**How can i fix this Error

harisb2012 commented 5 years ago

Getting the same issue

DanielRosenwasser commented 5 years ago

Mmmm, looks like flush() can't be called on stdin, so I don't even know why this was ever added in the first place.

jingyuexing commented 5 years ago

I Installed two plugins,TypeScript and JavaScript Enhancements,but,These two plugins have collision。This plugin covered JavaScript syntax.Even including HTML syntax

huljar commented 4 years ago

I'm having the same issue, but I don't have JavaScript Enhancements installed. It doesn't happen when Sublime starts up, but when I hover/click a symbol in the source code for the first time.

Is there any update on this issue?

hatched-danny commented 3 years ago

+1