Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>hide-unhideNew to Visual Studio Code? Get it now.

hide-unhide

ghostmind

|
80 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

hide-extension

simple vscode extension to hide files and folders from explorer

how it works

add file to exclude list in .vscode/settings.json

{
  "files.exclude": {
    "**/.gitignore": true,
    "**/.gitattributes": false
  }
}

launch the extension from the command palette (Hide and Unhide File from Explorer)

It will inverse the current setting and apply it to the current workspace.

development

  • f5 to build and launch into another window
  • cmd+r to reload
  • cmd+shift+p and execute extension
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft