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

Expose stderr of node process #745

Closed addreas closed 4 years ago

addreas commented 4 years ago

Would be useful to see errors from the node process if it fails to start. For example when editing the typescript_tsdk setting the plugin might silently fail while the node process says that it was unable to find the specified file.

orta commented 4 years ago

Thanks!