jvasileff / vscode-ceylon

Visual Studo Code Language Support for Ceylon
Apache License 2.0
12 stars 5 forks source link

Support streaming over stdio #12

Open mickaelistria opened 6 years ago

mickaelistria commented 6 years ago

Some IDEs like Eclipse IDE can integrate LS way more easily if stdio is used for streaming requests/responses. Please consider adding the possiblity of an --stdio option which would enable stdio stream. See also https://github.com/Microsoft/language-server-protocol/issues/483