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;
}
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)
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
add a comment |
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)
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
Are you able to open a normal terminal, try doingCtrl
+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 ofecho $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
add a comment |
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)
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
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)
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
command-line bash software-uninstall zsh visual-studio-code
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 doingCtrl
+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 ofecho $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
add a comment |
Are you able to open a normal terminal, try doingCtrl
+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 ofecho $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
add a comment |
1 Answer
1
active
oldest
votes
Tray the following steps:
- In the VSC application open
File
>Preferences
>Settings
. Or press Ctrl+,; - At this point you can browse the settings, or type
terminal.integrated.shell.linux
in the search bar; - As value of the field
Terminal > Integrated > Shell:Linux
fill/bin/bash
. Then restart the application.
Or, probably better, search for /bin/zsh
and replace it with /bin/bash
.
1
that solved the issue...
– SIDDHARTH VARSHNEY
Feb 14 at 13:28
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Tray the following steps:
- In the VSC application open
File
>Preferences
>Settings
. Or press Ctrl+,; - At this point you can browse the settings, or type
terminal.integrated.shell.linux
in the search bar; - As value of the field
Terminal > Integrated > Shell:Linux
fill/bin/bash
. Then restart the application.
Or, probably better, search for /bin/zsh
and replace it with /bin/bash
.
1
that solved the issue...
– SIDDHARTH VARSHNEY
Feb 14 at 13:28
add a comment |
Tray the following steps:
- In the VSC application open
File
>Preferences
>Settings
. Or press Ctrl+,; - At this point you can browse the settings, or type
terminal.integrated.shell.linux
in the search bar; - As value of the field
Terminal > Integrated > Shell:Linux
fill/bin/bash
. Then restart the application.
Or, probably better, search for /bin/zsh
and replace it with /bin/bash
.
1
that solved the issue...
– SIDDHARTH VARSHNEY
Feb 14 at 13:28
add a comment |
Tray the following steps:
- In the VSC application open
File
>Preferences
>Settings
. Or press Ctrl+,; - At this point you can browse the settings, or type
terminal.integrated.shell.linux
in the search bar; - As value of the field
Terminal > Integrated > Shell:Linux
fill/bin/bash
. Then restart the application.
Or, probably better, search for /bin/zsh
and replace it with /bin/bash
.
Tray the following steps:
- In the VSC application open
File
>Preferences
>Settings
. Or press Ctrl+,; - At this point you can browse the settings, or type
terminal.integrated.shell.linux
in the search bar; - As value of the field
Terminal > Integrated > Shell:Linux
fill/bin/bash
. Then restart the application.
Or, probably better, search for /bin/zsh
and replace it with /bin/bash
.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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