plibither8 / vscode-remove-comments

🚫 VS Code extension to remove all comments from your code at once — 60+ languages supported
https://marketplace.visualstudio.com/items?itemName=plibither8.remove-comments
MIT License
36 stars 13 forks source link

Fix regex in comment removal to preserve URLs in code #37

Open mhonty opened 4 months ago

mhonty commented 4 months ago

Fixes the regular expression used to remove comments, preventing the removal of entire URLs in the code, which occurred due to incorrect interpretation of double slashes // in URLs as the start of comments.