nrf-connect.terminalProfile.shell

nRF Connect for VS Code

tags
nRF Connect for VS Code

This setting lets you customize the shell used by the nRF Connect terminal profile. The setting lets you define the path of the shell and provide arguments to be executed when the shell is initiated.

For example, the following configuration starts the fish shell on Linux without any additional arguments:

{
  "nrf-connect.terminalProfile.shell": {
    "path": "/opt/homebrew/bin/fish",
    "args": []
  }
}