You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm opening a new issue since #21655 is locked. Not sure if this was ever fixed but when I open VSCode (stable or Insiders) from the App icon the PATH is not set correctly. If I run process.env on the developer tools I get just the default PATH="/usr/bin:/bin:/usr/sbin:/sbin". If I open VSCode from a terminal using the code command I get my full PATH.
I'm running fish shell 3.0.2. Not sure if this has been a long standing issue but I'm only noticing it now since several extensions are not able to find executables that are not in default PATH directories.
The text was updated successfully, but these errors were encountered:
I'm opening a new issue since #21655 is locked. Not sure if this was ever fixed but when I open VSCode (stable or Insiders) from the App icon the PATH is not set correctly. If I run
process.env
on the developer tools I get just the defaultPATH="/usr/bin:/bin:/usr/sbin:/sbin"
. If I open VSCode from a terminal using thecode
command I get my full PATH.I'm running fish shell 3.0.2. Not sure if this has been a long standing issue but I'm only noticing it now since several extensions are not able to find executables that are not in default PATH directories.
The text was updated successfully, but these errors were encountered: