Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The solution to the failure of loading vscode plug-in

2025-04-13 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you the solution to the failure of loading the vscode plug-in, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

What if the vscode plug-in failed to load?

Click the install button of the corresponding plug-in in vscode to install, and the installation fails, and the software prompts you to install manually (manually install).

Download the vsix installation package manually, then click install from VSIX..., to select the vsix installation package to install, displaying Error: EACCES: permission denied, mkdir.

This is generally due to permission issues that prevent the installation process from manipulating some files.

By consulting, the corresponding solution is found in the vscode project on github (reference: https://github.com/Microsoft/vscode/issues/48656#issuecomment-384834353).

As follows:

Sudo chown-R myuser:myuser ~ sudo chmod-R 700 ~

Where myuser is changed to your user name.

Chown-R user name: group name ~: the first command is to change the owner of the directory, and ~ is the current directory

Sudo chmod-R 70000 ~: permission to modify the directory. 700indicates rwx-that is, the current user is readable, writable and executable, while group users and other users are not readable, writeable or executable.

After executing these two commands, the installation will be successful.

These are all the contents of this article entitled "the solution to the failure of loading the vscode plug-in". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report