mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
set working dir of the lsp command to workspace root (#13691)
This commit is contained in:
@@ -201,6 +201,7 @@ impl Client {
|
||||
.stdin(Stdio::piped())
|
||||
.stdout(Stdio::piped())
|
||||
.stderr(Stdio::piped())
|
||||
.current_dir(&root_path)
|
||||
// make sure the process is reaped on drop
|
||||
.kill_on_drop(true)
|
||||
.spawn();
|
||||
|
Reference in New Issue
Block a user