DONE: Allow setting environment variables for the language server process from RJ TextEd's Language server settings
DONE: Allow setting environment variables for the language server process from RJ TextEd's Language server settings
This feature is very useful. For example, the Objeck language server required the environment variable OBJECK_STDIO to be set to stdio, but doing so globally will break the output of command line Objeck applications as they need OBJECK_STDIO to be either utf8 or utf16.
- Rickard Johansson
- Site Admin
- Posts: 6783
- Joined: 19 Jul 2006 14:29
Re: Allow setting environment variables for the language server process from RJ TextEd's Language server settings dialog
Added in next release (v15.91). Thanks!