Home  >  Article  >  WeChat Applet  >  Teach you a method to delete invalid projects in WeChat web developer tools

Teach you a method to delete invalid projects in WeChat web developer tools

Y2J
Y2JOriginal
2017-04-27 15:43:304204browse

I use WeChat web developer tools daily to learn and develop our WeChat mini programs. In the process, we may create many mini program projects. There will always be times when I need to delete projects we don’t need. Usually In this case, we can enter the project to be deleted, find the "Delete Project" button under the "Project" menu, and unbind the project from the developer tools (the code will not actually be deleted).

Teach you a method to delete invalid projects in WeChat web developer tools

Paste_Image.png

However, sometimes we delete the code folder first, or move the location of the code folder, and then When you return to the developer tools, you will be unable to enter the project and cannot delete the project. There will be an additional unavailable project on the project list. This is simply unacceptable for developers with mysophobia. Bear! ! Developer tools, you have to consider the feelings of programmers!

what to do? what to do? what to do?

Okay, by looking at the code of the developer tools, I found the directory where the relevant information of this tool is saved:

  • In the Windows environment, it is in C: \Users\your username\AppData\Local\WeChat web developer tools\User Data\Default

  • In the Mac environment, it is in /Users/your Username/Library/Application Support/WeChat web developer tools

In the WeappProject directory under this path, there is a projectinfo.json, which stores the project list information. You can modify or delete your project configuration information here.

The above is the detailed content of Teach you a method to delete invalid projects in WeChat web developer tools. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn