Skip to content
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

I'd like the ability to hide scripts not in the base folder #3

Open
elpete opened this issue Apr 9, 2020 · 2 comments
Open

I'd like the ability to hide scripts not in the base folder #3

elpete opened this issue Apr 9, 2020 · 2 comments
Labels

Comments

@elpete
Copy link

elpete commented Apr 9, 2020

image

I can't think of a use case to run a package script on these installed ForgeBox modules. I'd love a way to exclude them. I tried using the commandbox.exclude setting but it did not work like I expected.

@KamasamaK
Copy link
Collaborator

I can look at how to do a setting like that. In the meantime, the following setting should work for those visible ones

{
  "commandbox.exclude": ["**/testbox/**", "**/modules/**"]
}

@bdw429s
Copy link
Contributor

bdw429s commented Apr 9, 2020

I like the exclude idea. I'm likely to have scripts in a sub folder, but it's probably pretty safe to anything inside of modules, testbox, or coldbox, I'd not care about. Basically anything that came from a 3rd party, installed by CommandBox, etc.

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

3 participants