English 中文(简体)
不包括《演播室视觉守则》中两个同名的夹之一
原标题:Exclude one of two same-name folders in Visual Studio Code Search

在我的项目中,有两倍的<代码>config和xxx/config:

.
├── config
└── xxx/config

I want to exclude the config folder while keeping xxx/config folder when doing search in Visual Studio Code.

我尝试:

"search.exclude": {
    "config": true, // not working
    "**/config": true, // excluded wrong one
    "./config": true, // not working
    "${workspaceFolder}/config": true, // not working
    // ... ...
    }

是否有这样做的(简单)方法?

EDIT:

感谢@Timothy G.提供大量建议。 然而,解决办法似乎并没有在我的《万能全书》上发挥作用。

例如:

例项目

我尝试了三种排除办法:

查询

看来,<代码>config贯穿所有这些编号。

问题回答




相关问题
VS Code run selection in terminal creating multiple shells

Running selection/line in terminal (shift + enter) started creating opening two shells. The first shell runs commands to activate the environment and start python. The second shell runs the python ...

从案卷中获取简单明朗戈功能——现在可以提供

如果你想到,在纽瓦特被点击之后,如何把服务器的辅助功能从javascript文档中打上下面的几页。 你们必须利用吉大港山区开发计划的要求,把服务器的侧端点称作终端点。 ......

在《科索沃法典》中是否有办法进行沙尘处理

目前,开始学习基因图像处理,我希望在民主选举学会之外使用这种图像,使之更容易编码,因为在处理民主选举学会时,没有很好地掌握合成物的错误。 I ......

Rust Visual Studio Code code completion not working

I m trying to learn Rust and installed the Rust extension for VSCode. But I m not seeing auto-completions for any syntax. I d like to call .trim() on String but I get no completion for it. I read that ...

热门标签