microsoft / microsoft/TypeScript-Sublime-Plugin
Error:NOT work!
Open
Nobody has claimed this yet.
Bug
Help Wanted
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 236
- Avg merge
- 21d 13h
- Merged PRs (30d)
- 1
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at Data/Packages/TypeScript/typescript/libs/node_client.py, especially monitorPostQueue around line 146, where server_proc.stdin.flush() raises OSError 22. Reproduce the error in the Sublime Text TypeScript plugin environment described in the traceback and determine the conditions that cause it. Done means the reported error no longer occurs and the fix is verified in that environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100