How to disable the outlined "Debug" tip from showing up in package.json above the scripts
section:
Just Delete the . vscode file from the directory you are working in and reopen the window the debugger will be gone.
To end a debugging session in Microsoft Visual Studio, from the Debug menu, choose Stop Debugging.
You can configure Just-In-Time debugging from the Visual Studio Tools > Options (or Debug > Options) dialog box. To enable or disable Just-In-Time debugging: On the Tools or Debug menu, select Options > Debugging > Just-In-Time.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With