liximomo / vscode-remote-fs

Working with any file in everywhere with vscode.
MIT License
166 stars 17 forks source link

Feature Request: Ignore subdirectory #66

Open DLvalentine opened 5 years ago

DLvalentine commented 5 years ago

When configuring a remote location in the "remotefs.remote" setting, it would be nice to have an attribute that allows users to ignore a subdirectory within the path provided.

example:

...
"rootPath": "/local/workplace/user/project/src/",
"ignore": "/dirToIgnore"
...