diff options
author | pommicket <pommicket@gmail.com> | 2022-12-23 21:43:07 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-23 21:43:07 -0500 |
commit | 8d96a4b0f0ebb059a63cc4c3193e0169ccf4f5b5 (patch) | |
tree | 7155b5d90b9eb8836fa637ed1db44f4e3304fdba /process.h | |
parent | aabe543ee93796330158fa7fd247fb1ebeb8e3bb (diff) |
framework for having multiple/configurable LSPs
Diffstat (limited to 'process.h')
-rw-r--r-- | process.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ typedef struct { bool stdout_blocking; bool separate_stderr; bool stderr_blocking; // not applicable if separate_stderr is false. + const char *working_directory; } ProcessSettings; // get process ID of this process |