This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 155
Script debuging
Nikolaj Ivancic edited this page Mar 23, 2021
·
4 revisions
Easy NPM script debugging (is there an alternative for yarn?)
You can debug npm scripts by clicking the code lens shown in the package.json, or by running the Debug: Debug NPM Script command/
- see vscode-js-debug
You can configure where and if the code lens is displayed in the debug.javascript.codelens.npmScripts
setting.
©2021 Tom Preston-Werner
Redwood is released under the MIT License