flathub / flathub/com.visualstudio.code

Copy from `$EXTRA_PATHS` into `$PATHS` to allow user defined paths

Open
#419 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.