vscode-search-node-modules icon indicating copy to clipboard operation
vscode-search-node-modules copied to clipboard

Show directories suffixes

Open jlpiedrahita opened this issue 6 years ago • 0 comments

This PR appends a platform-specific path separator suffix (/ for Unixes and \ for Windows) to every directory within the current selected package making easier to tell which items are traversable or just plain files:

Before:

before

After:

after

jlpiedrahita avatar Aug 13 '19 12:08 jlpiedrahita