Raathigesh / waypoint

📍 VSCode extension for navigating JS codebases
https://waypoint.netlify.app
MIT License
178 stars 5 forks source link

Indexing not working #18

Open st-schneider opened 4 years ago

st-schneider commented 4 years ago

Issue Type: Bug

I'm trying to index just one folder but nothing is indexed. Webview devtools spills out an ever rising count of warnings.

grafik

Extension version: 0.38.4 VS Code version: Code - Insiders 1.48.0-insider (15e798e081984a17eae00de91adf4479190d5ed2, 2020-07-28T10:40:03.139Z) OS version: Darwin x64 18.7.0

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz (8 x 2800)| |GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
webgl: enabled
webgl2: enabled| |Load (avg)|3, 4, 4| |Memory (System)|16.00GB (0.49GB free)| |Process Argv|--crash-reporter-id 3b7acc73-7f05-4994-b539-24b72f428fcd| |Screen Reader|no| |VM|0%|
Raathigesh commented 4 years ago

Could you please open the VSCode dev tools (Help > Toggle developer tools) and see if there are any errors in it?

st-schneider commented 4 years ago

only errors from other extensions.

Raathigesh commented 4 years ago

Looks like you are using the insider build. I'll try in an insider build to see if that makes any difference.