mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Fixed task.json for webview sample
This commit is contained in:
2
webview-sample/.vscode/launch.json
vendored
2
webview-sample/.vscode/launch.json
vendored
@ -13,7 +13,7 @@
|
||||
"stopOnEntry": false,
|
||||
"sourceMaps": true,
|
||||
"outDir": "${workspaceRoot}/out/src",
|
||||
"preLaunchTask": "npm"
|
||||
"preLaunchTask": "npm: watch"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user