I am working with VS Code and in the Explorer i sometimes get that sub directories and other files are being shown in the same row as the directory I work on instead of being under the and indented from the directory.
I would like to know if there is a way to change that because its very confusing sometimes.
Current state – my problem
directory1 / sub directory / somefile.txt
directory2
directory3
Desired state
directory1
sub directory
somefile.txt
directory2
directory3
1