flathub / flathub/com.visualstudio.code
Copy from `$EXTRA_PATHS` into `$PATHS` to allow user defined paths
Open
- Dominant language
- Shell
- Stars
- 217
- Forks
- 82
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 1
Description
https://github.com/flathub/com.visualstudio.code/blob/master/code.sh#L67C1-L67C83
Replace:
`exec env ELECTRON_RUN_AS_NODE=1 PATH="${PATH}:${XDG_DATA_HOME}/node_modules/bin" \`
With:
`exec env ELECTRON_RUN_AS_NODE=1 PATH="${PATH}:$EXTRA_PATHS:${XDG_DATA_HOME}/node_modules/bin" \`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.