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

Change vs task scanning comment stripping regex to ignore urls #22

Closed
AmbrosiaDevelopments opened this issue Apr 27, 2018 · 1 comment
Closed

Comments

@AmbrosiaDevelopments
Copy link

Typically generated tasks.json files contain comments, however the regular expression used to find the comments also removes urls with double-slashes. A new regular expression is required to prevent matching on URLs.

@lkytal
Copy link
Owner

lkytal commented Apr 27, 2018

Thanks for your feedback, I've switched to JSON5 parser which will tolerate comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants