npm: move debug script lens into npm, clean up parsing logic

This keeps our npm logic in one place and avoids activating the heavier-
weight `js-debug` extension on every .json file.

Also, use the same command to debug both from the explorer and
from script lens.

Fixes https://github.com/microsoft/vscode-js-debug/issues/782
This commit is contained in:
Connor Peet
2021-02-04 10:41:27 -08:00
committed by GitHub
parent 05b3f6f7ad
commit 5b2dc0cad2
8 changed files with 254 additions and 204 deletions
+1 -1
View File
@@ -91,7 +91,7 @@
},
{
"name": "ms-vscode.js-debug",
"version": "1.53.0",
"version": "1.54.0",
"repo": "https://github.com/microsoft/vscode-js-debug",
"metadata": {
"id": "25629058-ddac-4e17-abba-74678e126c5d",