Remote repositories not showing all files

Checklist

Summary

The extension loads a maximum of 20 files in the folder, if the folder has got more files/folders than that, the remote repository won't show them.

local repository remote repository
image image

Steps to reproduce

Open https://gitlab.com/gitlab-org/gitlab-vscode-extension as a remote repository, then open the src/ folder.

What is the current bug behavior?

The src folder has only 20 files.

What is the expected correct behavior?

The src folder shows all the files

Possible fixes

We need to make sure we load all pages if the REST API result is paginated

Edited by Tomas Vik (OOO back on 2026-01-05)