npm: fix run button in scripts tree not updating when npm.scriptRunner is changed (#242098)

This commit is contained in:
Connor Peet
2025-02-26 10:22:30 -08:00
committed by GitHub
parent 33c09e47c3
commit 0f49f0e649
2 changed files with 2 additions and 5 deletions

View File

@@ -9,10 +9,7 @@
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceFolder}/client/out/**/*.js"],
"preLaunchTask": "npm"
}
]
}
}