liximomo / vscode-remote-fs

Working with any file in everywhere with vscode.
MIT License
167 stars 18 forks source link

[Feature Request] Please add .ignore function #48

Closed whmrtm closed 5 years ago

whmrtm commented 5 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Extension Logs - required You can get the logs from View > Output > remote-fs.

liximomo commented 5 years ago

Use files.exclude setting.

diego898 commented 5 years ago

@liximomo how would I use this to show/hide all of my . files? .bashrc, etc.?

vintagesucks commented 5 years ago

@diego898

"files.exclude": {
  "**/.*": true
}

Note: files.exclude is a VS Code setting, not a vscode-remote-fs setting.