JeremyFunk / hidefiles

A GitHub extension that allows to create custom profiles for file hiding
MIT License
7 stars 0 forks source link

usage ? #3

Closed fullflash closed 3 years ago

fullflash commented 3 years ago

hi i have created hide-files.json and inserted needed folders then what should we do in order to extension work ? reloaded vscode

{
    "profiles": [
        {
            "name": "Default",
            "detail": "Hides huge, annoying folders",
            "hidden": [
                "node_modules/",
                ".vscode/",
                ".storybook/",
                ".github/",
                "android/",
                "ios/",
                "macos/",
                "web/",
                ".packages",
                ".metadata",
                "*.iml",
                "README.md"
            ]
        },
        {
            "name": "Strict",
            "detail": "Hide everything not immediately required",
            "hidden": [
                "$Default",
               ......
            ]
        }
    ]
}
JeremyFunk commented 3 years ago

It should work by simply running HideFile: Reload Configuration. For Windows: CTRL+Shift+P -> HideFiles: Reload Configuration -> Select Profile -> Press Enter.

image

image

Please let me know if it worked. Could you include your full hide-files.json, aswell as a screenshot of the project structure if it doesn't work? Would like to test it and fix the bug if there is one.

JeremyFunk commented 3 years ago

Closed due to inactivity. Likely cause was discussed in #4. Fixes and improvements in messaging to the user will be available with version 1.0.0.