Issue
I have worked on it for a whole week, but I can't still solve the problem.
Each time I install Visual Studio by yum install code-**x86_64.rpm
.
After that, I write the command code
on my terminal, but nothing happens!
I have remade CentOS7 five times and reinstalled Visual Studio Code more than 10 times.
Solution
Try this command sudo yum install code
.
For more details, you can visit Visual Studio Code docs for Linux
And if you want to open the project you can use code .
command in terminal, but make sure your terminal should be in project directory.
Answered By - RSG