mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Fix path to task-provider-sample's main
It's built to out/extension.js, so launching the extension currently produces an error. I guess that was caused by this change:
704f351abd (diff-71ee4bf336efb1f169e66d21bbc6d508)
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
"activationEvents": [
|
||||
"onCommand:workbench.action.tasks.runTask"
|
||||
],
|
||||
"main": "./out/src/extension",
|
||||
"main": "./out/extension",
|
||||
"contributes": {
|
||||
"taskDefinitions": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user