Skip to content

includeGlobPattern question? #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
schlundus opened this issue Dec 4, 2018 · 0 comments
Open

includeGlobPattern question? #150

schlundus opened this issue Dec 4, 2018 · 0 comments
Labels

Comments

@schlundus
Copy link

schlundus commented Dec 4, 2018

Hello,
i've got the following setup
// there's build directory, which I don't want to see in the file tree.. so I excluded it...

"files.exclude": {
....
        "app/build/": true,
....
}

and I want to fetch the css definition exactly from this build directory, because all CSS files used in my project are combined to one in that place .... so I tried to set the includeGlob to

"html-css-class-completion.includeGlobPattern": "app/build/**/*.{css,html}",

But the extension doesn't find any files (I believe that's normal because it's using the vsapi to fetch the files...)
If I enable the build directory in the files.exclude (=false) it works, but if I set it to true, it doesn't find files...

So, is there any way to use it in my way?

@zignd zignd added the question label Apr 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants