Add environment to runnable lsp extension

This commit is contained in:
Lukas Wirth 2024-07-06 16:15:06 +02:00
parent f2afcb874e
commit fcddcf2ee5
7 changed files with 85 additions and 33 deletions

View file

@ -13,6 +13,7 @@ function makeRunnable(label: string): ra.Runnable {
cwd: ".",
executableArgs: [],
cargoExtraArgs: [],
environment: {},
},
};
}