I installed fish shell on my computer and now I can't open the VS code terminal.
When I try to open the terminal on VS code, I get the following error: "The terminal process failed to launch: Path to shell executable "/usr/bin/fish" does not exist."
I have no problems with opening the terminal from outside VS code. And when I enter the echo "$SHELL" command on it, I get /usr/bin/fish which is exactly the path VS code isn't able to find.
How could I fix this problem? I'm using ubuntu.

