mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
bc1b0bfa7f
Runnable env per platform This PR adds an option to specify runnables `env` per platform (win32, linux, etc.): ``` { "rust-analyzer.runnables.extraEnv": [ { "platform": "win32", "env": { "SCITER_BIN_FOLDER": "C:\\Projects\\3rd\\sciter-js-sdk\\bin\\windows\\x64", } }, { "platform":["linux","darwin"], "env": { "SCITER_BIN_FOLDER": "/home/vit/Projects/sciter/sciter-js-sdk/bin/linux/x64", } } ] } ``` |
||
---|---|---|
.. | ||
dev | ||
user |