diff options
-rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index ee29be0bb..7816287e4 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -340,7 +340,7 @@ You may use `inRustProject` context to configure keybindings for rust projects o | |||
340 | ---- | 340 | ---- |
341 | More about `when` clause contexts https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts[here]. | 341 | More about `when` clause contexts https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts[here]. |
342 | 342 | ||
343 | === Setting runnable environment variables | 343 | ==== Setting runnable environment variables |
344 | You can use "rust-analyzer.runnableEnv" setting to define runnable environment-specific substitution variables. | 344 | You can use "rust-analyzer.runnableEnv" setting to define runnable environment-specific substitution variables. |
345 | The simplest way for all runnables in a bunch: | 345 | The simplest way for all runnables in a bunch: |
346 | ```jsonc | 346 | ```jsonc |