lkytal / quickTask

Task runner and manager extension for VSCode
https://lkytal.github.io/quickTask/
GNU Affero General Public License v3.0
11 stars 7 forks source link

Fixed comment stripping regex to allow urls #23

Closed AmbrosiaDevelopments closed 6 years ago

AmbrosiaDevelopments commented 6 years ago

Regular expression used to remove comments from tasks.json updated to prevent URLs in commands and arguments being stripped. Used a StackOverflow post as a reference to the best way to avoid matching double-slash in URLs.

Addresses issue #22