What happened, and what did you expect to happen?
I have this script in PATH variable and used for vscode to spawn neovim instance to use with vscode-neovim extension:
#!/usr/bin/env bash
NVIM_APPNAME=vscode-neovim nvim "$@"
but it fail to start (my current default shell is elvish)

before switched to elvish, i use zsh and the above script just work out-of-box
Output of "elvish -version"
0.20.1
Code of Conduct
What happened, and what did you expect to happen?
I have this script in
PATHvariable and used for vscode to spawn neovim instance to use withvscode-neovimextension:but it fail to start (my current default shell is

elvish)before switched to elvish, i use zsh and the above script just work out-of-box
Output of "elvish -version"
0.20.1
Code of Conduct