diff options
| author | Laurențiu Nicola <lnicola@users.noreply.github.com> | 2025-02-20 16:20:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-20 16:20:35 +0000 |
| commit | 2ba41e815a67a9e9bd7ec04d1d0a87f235132ce4 (patch) | |
| tree | 4c4a610a5d6e653d7802eb6372548f9f2bb7d761 | |
| parent | c0c0283eb94ab5ae89ac510bfe5996c797f644b5 (diff) | |
| parent | f97bbd32b4289a76634988e1ef87f16cf1d21dea (diff) | |
| download | rust-2ba41e815a67a9e9bd7ec04d1d0a87f235132ce4.tar.gz rust-2ba41e815a67a9e9bd7ec04d1d0a87f235132ce4.zip | |
Merge pull request #19190 from BenjaminBrienen/patch-4
Update editor_features.md
| -rw-r--r-- | src/tools/rust-analyzer/docs/book/src/editor_features.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tools/rust-analyzer/docs/book/src/editor_features.md b/src/tools/rust-analyzer/docs/book/src/editor_features.md index 73fe9f49a96..5521e395c73 100644 --- a/src/tools/rust-analyzer/docs/book/src/editor_features.md +++ b/src/tools/rust-analyzer/docs/book/src/editor_features.md @@ -1,6 +1,5 @@ # Editor Features - ## VS Code ### Color configurations @@ -118,7 +117,7 @@ Or it is possible to specify vars more granularly: "rust-analyzer.runnables.extraEnv": [ { // "mask": null, // null mask means that this rule will be applied for all runnables - env: { + "env": { "APP_ID": "1", "APP_DATA": "asdf" } @@ -145,7 +144,7 @@ If needed, you can set different values for different platforms: "rust-analyzer.runnables.extraEnv": [ { "platform": "win32", // windows only - env: { + "env": { "APP_DATA": "windows specific data" } }, |
