Problem:
vscode cannot be opened in the ubuntu system
Cause:
The configuration file of vscode has been added with root permissions
Solution:
Just remove the root permissions of the configuration file, as follows:
cd ~/.config sudo rm -rf ./Code/
Recommended related articles and tutorials: vscode tutorial
The above is the detailed content of vscode cannot be opened in ubuntu system. For more information, please follow other related articles on the PHP Chinese website!