Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

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

image

You can configure where and if the code lens is displayed in the debug.javascript.codelens.npmScripts setting.