dawsbot / RelativePath

VSCode Relative path plugin
https://marketplace.visualstudio.com/items?itemName=jakob101.RelativePath
MIT License
69 stars 22 forks source link

Directory paths not displayed when activating the extension #62

Closed TathataHY closed 8 months ago

TathataHY commented 9 months ago

Upon activating the [RelativePath] extension in Visual Studio Code, I'm unable to see the directory paths in the interface. I have attached a screenshot illustrating the issue. This behavior occurred after [describe any relevant actions you took].

Steps to Reproduce:

  1. Activate the extension.
  2. [Any other specific steps, if applicable].

Expected Behavior: I should be able to see the directory paths correctly when activating the extension.

Screenshot: Captura de pantalla 2024-01-07 140928

Thank you for your assistance. Can you provide guidance on how to address this issue?

dawsbot commented 8 months ago

@TathataHY how many files are in your project? Opening the extension should show files immediately, but this is hidden if your project has more than 1,000 files for performance reasons: https://github.com/dawsbot/RelativePath/blob/d0700f87f321672d25debc7e74dd50939458a67c/README.md?plain=1#L49

You can extend this beyond 1,000 via your settings, but be aware this may cause performance issues

Here is an example for the latest with a project I have with fewer files.

Screenshot 2024-02-13 at 12 05 22 PM

Please re-open if this does not answer your question