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:
Jens Fischer
2019-02-06 14:22:26 +01:00
committed by GitHub
parent f85c0787db
commit 655ea9dc0a

View File

@ -13,7 +13,7 @@
"activationEvents": [
"onCommand:workbench.action.tasks.runTask"
],
"main": "./out/src/extension",
"main": "./out/extension",
"contributes": {
"taskDefinitions": [
{