shell property
String
get
shell
The detected default shell for the extension host, this is overridden by the
terminal.integrated.defaultProfile
setting for the extension host's platform. Note that in
environments that do not support a shell the value is the empty string.
Implementation
_i2.String get shell => _i3.getProperty(
this,
'shell',
);