All Questions
2 questions
0
votes
1
answer
130
views
How to activate ANSI shell script colors in Visual Studio Codium terminals?
I am using Visual Studio Codium on MacOs.
When I open a terminal and enter echo "\033[31mThis is red font.\033[0m"I get a nice red text.
When I run a shell script reading
#!/bin/bash
echo &...
0
votes
1
answer
128
views
Why I couldn't run same installed app on IDE integrated terminal even I could run on default terminal
I just switch to try develop on Linux for a while.
But one thing I couldn't understand how to solve it, as I mentioned in topic.
I'm going to develop a project that need Java SDK, then I installed the ...