最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Configure VS Code so "Quick Open" only search for files, not tasks - Stack Overflow

programmeradmin6浏览0评论

To navigate between files in VSCode, I use the ctrl+p (Quick Open, Go to File) feature.

This feature works great unless you have some files that start with task. In this case, VSCode stop looking for files and instead shows tasks.

Is there a way to disable this?

To navigate between files in VSCode, I use the ctrl+p (Quick Open, Go to File) feature.

This feature works great unless you have some files that start with task. In this case, VSCode stop looking for files and instead shows tasks.

Is there a way to disable this?

Share Improve this question edited Mar 29 at 10:55 starball 53.6k34 gold badges232 silver badges923 bronze badges asked Mar 26 at 18:59 gberthgberth 7848 silver badges18 bronze badges 2
  • 1 See github/microsoft/vscode/issues/207749. I doubt it would be changed. – Mark Commented Mar 30 at 1:24
  • Thanks mark. I didn't find this issue when I was looking. – gberth Commented Mar 31 at 21:19
Add a comment  | 

1 Answer 1

Reset to default 1

I'm not aware of a way to disable this. I don't think any of the settings starting with task.quickOpen. do this. I'd suggest raising a feature-request issue ticket if you want this. It might not get the result you're after though, given that a similar request about searching for files under folders named "task" was closed with the suggestion to just add a slash after "task" (#207749).

As a workaround, you could just not add a space after "task". Fuzzy matching would (probably) kick in.

发布评论

评论列表(0)

  1. 暂无评论