问题
How to disable the outlined Debug
tip from showing up in package.json above the scripts
section:
回答1:
The setting is
"debug.javascript.codelens.npmScripts": "never",
Since it appears as part of the scripts
section of the package.json I searched for scripts
in the Settings
and it was the second entry.
来源:https://stackoverflow.com/questions/62358131/how-to-disable-debug-from-showing-in-package-json