Skip to content

Commit feee3de

Browse files
ognevnylazka
authored andcommitted
ides-editors: fix Zed config
zed devs broke our configuiration with strange way to get environment variables (see upstream issue). fixing the config as pointed here works. huge thanks to Wrench2710! Co-authored-by: Wrench2710
1 parent 33b7116 commit feee3de

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

web/docs/ides-editors.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,11 @@ opened file. This is an example given for UCRT64 environment.
7676
"terminal": {
7777
"shell": {
7878
"with_arguments": {
79-
"program": "cmd.exe",
80-
"args": ["/c", "C:\\msys64\\msys2_shell.cmd", "-defterm", "-here", "-no-start", "-ucrt64"]
81-
}
82-
}
79+
"title_override": "MSYS2 UCRT64 Shell",
80+
"program": "powershell.exe",
81+
"args": ["/c", "C:\\msys64\\msys2_shell.cmd", "-defterm", "-here", "-no-start", "-ucrt64"],
82+
},
83+
},
8384
}
8485
}
8586
```

0 commit comments

Comments
 (0)