vscode: Command cmd P no longer finds files
Issue Type: Bug
Command P (cmd p) no longer finds file / or indexes them correctly? In the picture below chrome-drive.js
should appear in the results.
VS Code version: Code - Insiders 1.23.0-insider (b845ce918f2689344795e845ae6ef691916c3079, 2018-04-24T05:10:57.500Z) OS version: Darwin x64 17.5.0
System Info
Item | Value |
---|---|
CPUs | Intel® Core™ i5-7267U CPU @ 3.10GHz (4 x 3100) |
GPU Status | 2d_canvas: enabled flash_3d: enabled flash_stage3d: enabled flash_stage3d_baseline: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on native_gpu_memory_buffers: enabled rasterization: enabled video_decode: enabled video_encode: enabled vpx_decode: enabled webgl: enabled webgl2: enabled |
Load (avg) | 2, 2, 2 |
Memory (System) | 16.00GB (0.02GB free) |
Process Argv | /Applications/Visual Studio Code - Insiders.app/Contents/MacOS/Electron ./ |
Screen Reader | no |
VM | 0% |
Extensions (11)
Extension | Author (truncated) | Version |
---|---|---|
sort-lines | Tyr | 1.6.1 |
vscode-eslint | dba | 1.4.8 |
prettier-vscode | esb | 1.3.1 |
flow-for-vscode | flo | 0.8.0 |
python | ms- | 2018.3.1 |
java | red | 0.23.0 |
vscode-fileutils | sle | 2.8.1 |
vscode-java-debug | vsc | 0.9.0 |
vscode-java-pack | vsc | 0.3.0 |
vscode-java-test | vsc | 0.5.0 |
vscode-maven | vsc | 0.7.0 |
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 1
- Comments: 32 (30 by maintainers)
Good catch! For some reason I have a rogue
.gitignore
at~/
. I opened code under~/dev/devtools-core
as the root.~/
is not a git repository. Thanks for the help. What would you like to do with this bug?So it’s missing everything under packages? Can you try simplifying the arguments or throwing in a --no-ignore just to make sure it didn’t end up in your .gitignore?
Can you get files that it does return in quickopen?