mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +00:00
Fix tag level
This commit is contained in:
parent
8b2a44dc3f
commit
188d24024c
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ You may use `inRustProject` context to configure keybindings for rust projects o
|
|||
----
|
||||
More about `when` clause contexts https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts[here].
|
||||
|
||||
=== Setting runnable environment variables
|
||||
==== Setting runnable environment variables
|
||||
You can use "rust-analyzer.runnableEnv" setting to define runnable environment-specific substitution variables.
|
||||
The simplest way for all runnables in a bunch:
|
||||
```jsonc
|
||||
|
|
Loading…
Reference in a new issue