0

In this answer the when keyword is included in excluding files in vscode. However I have not yet figured out based on the documentation how to include 1 specific __init__.py file. Hence, I would like to ask:

How can one hide all (other) __init__.py files from the explorer view in vscode whilst still/only showing the src/projectname/__init__.py?

a.t.
  • 2,002
  • 3
  • 26
  • 66
  • 1
    what other variables can you use in the `files.exclude` `when` property, if no doc yet create a doc issue to request details on that setting, then create a boolean expression that is false for this particular file path, the variable syntax `$()` differs from the other variables `${}` used so it is a different set of names, the tooltip on the `when` property only mentions `$(basename)` – rioV8 Oct 31 '22 at 10:39

0 Answers0