aboutsummaryrefslogtreecommitdiff
path: root/docs/user/manual.adoc
diff options
context:
space:
mode:
authorvsrs <[email protected]>2020-07-03 14:07:28 +0100
committerGitHub <[email protected]>2020-07-03 14:07:28 +0100
commit188d24024cd2770822d3e525be3ea330e79625c8 (patch)
treed09ac4056a4022059b37201a25d3020c7926d351 /docs/user/manual.adoc
parent8b2a44dc3f40926c3893eb029480384227b36de5 (diff)
Fix tag level
Diffstat (limited to 'docs/user/manual.adoc')
-rw-r--r--docs/user/manual.adoc2
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----
341More about `when` clause contexts https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts[here]. 341More 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
344You can use "rust-analyzer.runnableEnv" setting to define runnable environment-specific substitution variables. 344You can use "rust-analyzer.runnableEnv" setting to define runnable environment-specific substitution variables.
345The simplest way for all runnables in a bunch: 345The simplest way for all runnables in a bunch:
346```jsonc 346```jsonc