What should I do if I can’t find anything in vscode? Solve the problem that VSCODE global search is invalid
First open the settings
Then copy and paste the following code into
"search.exclude": { "system/": true, "!/system/**/*.ps*": true }
Recommended learning:vscode tutorial
Restart VSCODE, and then you can see the effect
The above is the detailed content of What to do if vscode can't find anything?. For more information, please follow other related articles on the PHP Chinese website!