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", } } ] } ``` |
||
---|---|---|
.. | ||
ast_inspector.ts | ||
bootstrap.ts | ||
client.ts | ||
commands.ts | ||
config.ts | ||
ctx.ts | ||
debug.ts | ||
dependencies_provider.ts | ||
diagnostics.ts | ||
lsp_ext.ts | ||
main.ts | ||
nullable.ts | ||
persistent_state.ts | ||
run.ts | ||
rust_project.ts | ||
snippets.ts | ||
tasks.ts | ||
toolchain.ts | ||
undefinable.ts | ||
util.ts |