env.shell API should not be the empty string on start up #190974
Labels
api
bug
Issue identified by VS Code Team member as probable bug
terminal-process
Problems launching processes, managing ptys, exiting, process leaks, etc.
Milestone
Currently
env.shell
always starts asundefined
, since the cost to evaluate it is 50-100ms we don't want to do this before the extension host launches. We could cache the value optimistically across sessions though and in the off chance that it is wrong it will fire the upcoming event quickly.Context: #160694 (comment)
The text was updated successfully, but these errors were encountered: