Home > Development Tools > VSCode > What to do if VScode search is incomplete

What to do if VScode search is incomplete

藏色散人
Release: 2020-04-03 09:39:30
Original
4201 people have browsed it

What to do if VScode search is incomplete

What should I do if the VScode search is incomplete? VSCODE global search is invalid problem

Open settings

Copy and paste the following code into

"search.exclude": {
   "system/": true,
   "!/system/**/*.ps*": true
 }
Copy after login

Restart VSCODE, and then you can see the effect

What to do if VScode search is incomplete

Recommended learning: vscode tutorial

The above is the detailed content of What to do if VScode search is incomplete. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template