posit-dev / positron

Positron, a next-generation data science IDE
https://positron.posit.co
Other
2.83k stars 91 forks source link

set `terminal.integrated.defaultProfile.linux` default to `bash` #5278

Closed sharon-wang closed 2 weeks ago

sharon-wang commented 2 weeks ago

QA Notes

Verify the default setting is applied in the defaultSettings.json file

Note: this can be verified on any operating system

  1. Command Prompt > Preferences: Open Default Settings (JSON)
  2. In the defaultSettings.json file, search for terminal.integrated.defaultProfile.linux
  3. You should see the default setting bash applied
image

Verify that the default setting is applied to user settings on Linux

  1. Command Prompt > Preferences: Open User Settings
  2. Search for terminal.integrated.defaultProfile.linux
  3. Unless the user has overridden the default setting, it should say bash
image

Sidenote: not sure why there's so many duplicate shells?