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

Add node_args, tsserver_args, tsserver_env options #730

Closed mattbroussard closed 4 years ago

mattbroussard commented 4 years ago

This adds configurable options for the way the tsserver Node.js project is started up:

This is heavily inspired by #697 (which was abandoned) since I have the same problem that inspired it.

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.

orta commented 4 years ago

Thanks for the PR, I've given this PR a test run and its looking good for me. Thanks @mattbroussard 👍