From 655ea9dc0a03f247bb9fa3a4cb3f3153c48b011e Mon Sep 17 00:00:00 2001 From: Jens Fischer Date: Wed, 6 Feb 2019 14:22:26 +0100 Subject: [PATCH] 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: https://github.com/Microsoft/vscode-extension-samples/commit/704f351abdcd509279cef358afa720b1e6c6961f#diff-71ee4bf336efb1f169e66d21bbc6d508 --- task-provider-sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task-provider-sample/package.json b/task-provider-sample/package.json index 251637ee..ee921c95 100644 --- a/task-provider-sample/package.json +++ b/task-provider-sample/package.json @@ -13,7 +13,7 @@ "activationEvents": [ "onCommand:workbench.action.tasks.runTask" ], - "main": "./out/src/extension", + "main": "./out/extension", "contributes": { "taskDefinitions": [ {