mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
npm: fix run button in scripts tree not updating when npm.scriptRunner is changed (#242098)
This commit is contained in:
5
extensions/npm/.vscode/launch.json
vendored
5
extensions/npm/.vscode/launch.json
vendored
@@ -9,10 +9,7 @@
|
||||
"args": [
|
||||
"--extensionDevelopmentPath=${workspaceFolder}"
|
||||
],
|
||||
"stopOnEntry": false,
|
||||
"sourceMaps": true,
|
||||
"outFiles": ["${workspaceFolder}/client/out/**/*.js"],
|
||||
"preLaunchTask": "npm"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user