mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
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:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user