Edit changes and commit to the branch directly, or start a pull request.
Since there're some huge repos containing thousands of folders/files (imagine someone uploaded node_modules/
), it'll significantly increase the responding time if we fetch all the files from GitHub API. Thus GitHub VSC will only search current folder when you are typing in the Cmd + P
panel.
Say the repo has the structure of foo/a/file1
and foo/b/file2
:
foo/
it will show the result as the combination of foo/a
and foo/b
.foo/a/
it will show a single result foo/a/file1
.Quote from GitHub docs:
Due to the complexity of searching code, there are a few restrictions on how searches are performed:
- Only the default branch is considered. In most cases, this will be the
master
branch.- Only files smaller than 384 KB are searchable.
Also, the global text search result has NO pagination yet. (It always shows page 1)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。