shell
This option specifies the shell program used by the Designer's terminal emulator. The default shell is 'cmd.exe' for Windows, and 'bash' for other platforms.Â
Example:
shell: "bash.exe", // Use Bash for Windows
shellArgs: ["--login", "-i"]
Â
This option specifies the shell program used by the Designer's terminal emulator. The default shell is 'cmd.exe' for Windows, and 'bash' for other platforms.Â
Example:
shell: "bash.exe", // Use Bash for Windows
shellArgs: ["--login", "-i"]
Â