-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
PipeScript.Languages.get/set_Exclude(s)
should exclude files from interpretation
#875
Closed
2 tasks done
Labels
enhancement
New feature or request
Comments
StartAutomating
changed the title
Jan 12, 2024
PipeScript.Interpreters.get/set_Exclude(s)
should exclude files from interpretationPipeScript.Languages.get/set_Exclude(s)
should exclude files from interpretation
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to facilitate #873 in a more stable, open-ended way, there should be new script properties (and one alias property) on
PipeScript.Interpreter
psuedotypes.This should default to excluding protocols and template files.
In order to avoid shooting oneself in the foot, this should be further broken down into two Excludes:
PipeScript.Languages.ExcludePattern(s)
should exclude patterns from interpretation #876PipeScript.Languages.ExcludePath(s)
should exclude paths from interpretation #877Setting the global exclude should auto-sort into each potential exclude, based off of type.
Patterns should be excluded before paths.
The text was updated successfully, but these errors were encountered: