A random Debug statement came up in my package.json and I have no idea how to get rid of it, I don't even know how it got added
How can I get rid of it?
A random Debug statement came up in my package.json and I have no idea how to get rid of it, I don't even know how it got added
How can I get rid of it?
This looks like a code lens provided by one of your extensions. You can either disable all code lenses with the editor.codeLens
setting or figure out which extension is doing this and either disable the extension or just its lens (if it provides a setting).
There is a specific feature to change for this problem.
Go to your settings, search for "codelens", you'll get multiple results.
Look for "Debug > Javascript > Codelens: Npm Scripts" and change it to never.