Change default terminal back to Bash in VS Code





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















I installed zsh in my Ubuntu 18.04 but didn't like it. After installing it I was having issues, so I removed it.



The default terminal in my VS Code has not changed back to Bash for some reason.
Whenever I open the inbuilt terminal, an error message pops up:




The terminal process command '/usr/bin/zsh' failed to launch (exit code: 1)




screenshot of the error



I am just able to capture the screenshot - terminal gets automatically closed after fractions of a second.










share|improve this question

























  • Are you able to open a normal terminal, try doing Ctrl + Alt + T, and share results here.

    – devGeek
    Feb 13 at 9:29











  • Did you restart the IDE and or the System?

    – George Udosen
    Feb 13 at 9:30











  • If successful, post the output of echo $0

    – devGeek
    Feb 13 at 9:43











  • @devGeek yes I am able to open Linux terminal with keyboard commands.

    – SIDDHARTH VARSHNEY
    Feb 13 at 14:48











  • @devGeek output is 'bash'

    – SIDDHARTH VARSHNEY
    Feb 13 at 14:48


















1















I installed zsh in my Ubuntu 18.04 but didn't like it. After installing it I was having issues, so I removed it.



The default terminal in my VS Code has not changed back to Bash for some reason.
Whenever I open the inbuilt terminal, an error message pops up:




The terminal process command '/usr/bin/zsh' failed to launch (exit code: 1)




screenshot of the error



I am just able to capture the screenshot - terminal gets automatically closed after fractions of a second.










share|improve this question

























  • Are you able to open a normal terminal, try doing Ctrl + Alt + T, and share results here.

    – devGeek
    Feb 13 at 9:29











  • Did you restart the IDE and or the System?

    – George Udosen
    Feb 13 at 9:30











  • If successful, post the output of echo $0

    – devGeek
    Feb 13 at 9:43











  • @devGeek yes I am able to open Linux terminal with keyboard commands.

    – SIDDHARTH VARSHNEY
    Feb 13 at 14:48











  • @devGeek output is 'bash'

    – SIDDHARTH VARSHNEY
    Feb 13 at 14:48














1












1








1








I installed zsh in my Ubuntu 18.04 but didn't like it. After installing it I was having issues, so I removed it.



The default terminal in my VS Code has not changed back to Bash for some reason.
Whenever I open the inbuilt terminal, an error message pops up:




The terminal process command '/usr/bin/zsh' failed to launch (exit code: 1)




screenshot of the error



I am just able to capture the screenshot - terminal gets automatically closed after fractions of a second.










share|improve this question
















I installed zsh in my Ubuntu 18.04 but didn't like it. After installing it I was having issues, so I removed it.



The default terminal in my VS Code has not changed back to Bash for some reason.
Whenever I open the inbuilt terminal, an error message pops up:




The terminal process command '/usr/bin/zsh' failed to launch (exit code: 1)




screenshot of the error



I am just able to capture the screenshot - terminal gets automatically closed after fractions of a second.







command-line bash software-uninstall zsh visual-studio-code






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 14 at 7:57









Melebius

5,09352041




5,09352041










asked Feb 13 at 9:15









SIDDHARTH VARSHNEYSIDDHARTH VARSHNEY

205




205













  • Are you able to open a normal terminal, try doing Ctrl + Alt + T, and share results here.

    – devGeek
    Feb 13 at 9:29











  • Did you restart the IDE and or the System?

    – George Udosen
    Feb 13 at 9:30











  • If successful, post the output of echo $0

    – devGeek
    Feb 13 at 9:43











  • @devGeek yes I am able to open Linux terminal with keyboard commands.

    – SIDDHARTH VARSHNEY
    Feb 13 at 14:48











  • @devGeek output is 'bash'

    – SIDDHARTH VARSHNEY
    Feb 13 at 14:48



















  • Are you able to open a normal terminal, try doing Ctrl + Alt + T, and share results here.

    – devGeek
    Feb 13 at 9:29











  • Did you restart the IDE and or the System?

    – George Udosen
    Feb 13 at 9:30











  • If successful, post the output of echo $0

    – devGeek
    Feb 13 at 9:43











  • @devGeek yes I am able to open Linux terminal with keyboard commands.

    – SIDDHARTH VARSHNEY
    Feb 13 at 14:48











  • @devGeek output is 'bash'

    – SIDDHARTH VARSHNEY
    Feb 13 at 14:48

















Are you able to open a normal terminal, try doing Ctrl + Alt + T, and share results here.

– devGeek
Feb 13 at 9:29





Are you able to open a normal terminal, try doing Ctrl + Alt + T, and share results here.

– devGeek
Feb 13 at 9:29













Did you restart the IDE and or the System?

– George Udosen
Feb 13 at 9:30





Did you restart the IDE and or the System?

– George Udosen
Feb 13 at 9:30













If successful, post the output of echo $0

– devGeek
Feb 13 at 9:43





If successful, post the output of echo $0

– devGeek
Feb 13 at 9:43













@devGeek yes I am able to open Linux terminal with keyboard commands.

– SIDDHARTH VARSHNEY
Feb 13 at 14:48





@devGeek yes I am able to open Linux terminal with keyboard commands.

– SIDDHARTH VARSHNEY
Feb 13 at 14:48













@devGeek output is 'bash'

– SIDDHARTH VARSHNEY
Feb 13 at 14:48





@devGeek output is 'bash'

– SIDDHARTH VARSHNEY
Feb 13 at 14:48










1 Answer
1






active

oldest

votes


















2














Tray the following steps:




  1. In the VSC application open File>Preferences>Settings. Or press Ctrl+,;

  2. At this point you can browse the settings, or type terminal.integrated.shell.linux in the search bar;

  3. As value of the field Terminal > Integrated > Shell:Linux fill /bin/bash. Then restart the application.


enter image description here



Or, probably better, search for /bin/zsh and replace it with /bin/bash.






share|improve this answer





















  • 1





    that solved the issue...

    – SIDDHARTH VARSHNEY
    Feb 14 at 13:28












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1117868%2fchange-default-terminal-back-to-bash-in-vs-code%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














Tray the following steps:




  1. In the VSC application open File>Preferences>Settings. Or press Ctrl+,;

  2. At this point you can browse the settings, or type terminal.integrated.shell.linux in the search bar;

  3. As value of the field Terminal > Integrated > Shell:Linux fill /bin/bash. Then restart the application.


enter image description here



Or, probably better, search for /bin/zsh and replace it with /bin/bash.






share|improve this answer





















  • 1





    that solved the issue...

    – SIDDHARTH VARSHNEY
    Feb 14 at 13:28
















2














Tray the following steps:




  1. In the VSC application open File>Preferences>Settings. Or press Ctrl+,;

  2. At this point you can browse the settings, or type terminal.integrated.shell.linux in the search bar;

  3. As value of the field Terminal > Integrated > Shell:Linux fill /bin/bash. Then restart the application.


enter image description here



Or, probably better, search for /bin/zsh and replace it with /bin/bash.






share|improve this answer





















  • 1





    that solved the issue...

    – SIDDHARTH VARSHNEY
    Feb 14 at 13:28














2












2








2







Tray the following steps:




  1. In the VSC application open File>Preferences>Settings. Or press Ctrl+,;

  2. At this point you can browse the settings, or type terminal.integrated.shell.linux in the search bar;

  3. As value of the field Terminal > Integrated > Shell:Linux fill /bin/bash. Then restart the application.


enter image description here



Or, probably better, search for /bin/zsh and replace it with /bin/bash.






share|improve this answer















Tray the following steps:




  1. In the VSC application open File>Preferences>Settings. Or press Ctrl+,;

  2. At this point you can browse the settings, or type terminal.integrated.shell.linux in the search bar;

  3. As value of the field Terminal > Integrated > Shell:Linux fill /bin/bash. Then restart the application.


enter image description here



Or, probably better, search for /bin/zsh and replace it with /bin/bash.







share|improve this answer














share|improve this answer



share|improve this answer








edited Feb 15 at 18:14

























answered Feb 14 at 7:45









pa4080pa4080

14.8k52873




14.8k52873








  • 1





    that solved the issue...

    – SIDDHARTH VARSHNEY
    Feb 14 at 13:28














  • 1





    that solved the issue...

    – SIDDHARTH VARSHNEY
    Feb 14 at 13:28








1




1





that solved the issue...

– SIDDHARTH VARSHNEY
Feb 14 at 13:28





that solved the issue...

– SIDDHARTH VARSHNEY
Feb 14 at 13:28


















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1117868%2fchange-default-terminal-back-to-bash-in-vs-code%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Human spaceflight

Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

File:DeusFollowingSea.jpg