Fix tag level

This commit is contained in:
vsrs 2020-07-03 16:07:28 +03:00 committed by GitHub
parent 8b2a44dc3f
commit 188d24024c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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