Hi I’m trying to start the Javascript course and trying to use terminal inside VScode and I get the following message. I checked the link but don’t understand it at all and don’t want to make changes that might mess up my computer. any help appreciated.
Changing your default shell to zsh is not going to hurt your computer. You can run that command without any serious concerns. You would be able to run a similar command to change your default shell to a different shell (like bash, fish, ksh, etc). The chsh command stands for “change shell” and it just changes the default for your user (which was probably bash originally).
Hi thanks for the reply
I just found I have to change the shell in JScode in terminal to zsh but still nothing shows in the terminal and I get a strikethrough the word name when I use the console.log command:
You mean, you get a strikethrough the word name in the VSCode UI? What terminal you are using should have almost nothing to do with what shows up in the VSCode UI (other than in the terminal window). Maybe you can attach a screenshot?
yeah, I get the strikethrough too. Not a biggy as like you say, it works. But this being pretty much the first thing you start to do, its a bit confusing when it doesn’t strikethrough on the video (Basics 1- Variables)