DONE: Allow setting environment variables for the language server process from RJ TextEd's Language server settings

Make a request or discuss new features.
Post Reply
bprlhe
Posts: 26
Joined: 01 Apr 2023 06:26

DONE: Allow setting environment variables for the language server process from RJ TextEd's Language server settings

Post by bprlhe »

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.
Post Reply