So I was following microsoft's "Get started with C#" course on Learn, when it required me to install the .NET runtime. I followed the instructions, but it gave me a few errors (see this issue report), and i wasn't able to continue. I had spent a few days trying to fix this, and eventually i decided to just manually install the windows version of the .NET sdk from microsoft in bottles. After doing this, i was now able to run dotnet run and dotnet build in the integrated VScode terminal.
Strangely, the day after this, it wasn't running bash anymore, it was running "sh-5.3$", which had also been running before i figured out the manual .NET sdk installation. I think it was only looked like Konsole's bash on the day i installed the .NET sdk, which is strange, as using which dotnet in Konsole will return /usr/bin/dotnet, and dotnet --info will tell me that it's version 10.0.4. Running bash in the sh-5.3$ terminal isn't any use, as it gives me a nearly useless version of bash. Any help is appreciated.
Linux distro: Bazzite 43
The current vscode integrated terminal

Konsole, running bash (recognizes dotnet)

So I was following microsoft's "Get started with C#" course on Learn, when it required me to install the .NET runtime. I followed the instructions, but it gave me a few errors (see this issue report), and i wasn't able to continue. I had spent a few days trying to fix this, and eventually i decided to just manually install the windows version of the .NET sdk from microsoft in bottles. After doing this, i was now able to run
dotnet runanddotnet buildin the integrated VScode terminal.Strangely, the day after this, it wasn't running bash anymore, it was running "sh-5.3$", which had also been running before i figured out the manual .NET sdk installation. I think it was only looked like Konsole's
bashon the day i installed the .NET sdk, which is strange, as usingwhich dotnetin Konsole will return /usr/bin/dotnet, anddotnet --infowill tell me that it's version 10.0.4. Runningbashin the sh-5.3$ terminal isn't any use, as it gives me a nearly useless version of bash. Any help is appreciated.Linux distro: Bazzite 43
The current vscode integrated terminal


Konsole, running bash (recognizes dotnet)