Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b6f0994

Browse files
committed
docs: fix VS Code setting samples
1 parent 5fcf528 commit b6f0994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/manual.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ Or it is possible to specify vars more granularly:
946946
"rust-analyzer.runnables.extraEnv": [
947947
{
948948
// "mask": null, // null mask means that this rule will be applied for all runnables
949-
env: {
949+
"env": {
950950
"APP_ID": "1",
951951
"APP_DATA": "asdf"
952952
}
@@ -968,7 +968,7 @@ If needed, you can set different values for different platforms:
968968
"rust-analyzer.runnables.extraEnv": [
969969
{
970970
"platform": "win32", // windows only
971-
env: {
971+
"env": {
972972
"APP_DATA": "windows specific data"
973973
}
974974
},

0 commit comments

Comments
 (0)