Closed AmbrosiaDevelopments closed 6 years ago
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.
Thanks for your feedback, I've switched to JSON5 parser which will tolerate comments.
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.