From 99bf4198049befc46c5e8095ff82e1aecc65977d Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Mon, 29 Oct 2018 11:59:21 -0700 Subject: [PATCH] Update task provider readme --- task-provider-sample/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/task-provider-sample/README.md b/task-provider-sample/README.md index 66e65a00..f28dc0a3 100644 --- a/task-provider-sample/README.md +++ b/task-provider-sample/README.md @@ -1,6 +1,6 @@ -# Task Provider Example +# Task Provider Sample -Auto detects tasks in Rakefiles. +This is the source code for the [Task Provider Guide](https://vscode-ext-docs.azurewebsites.net/api/extension-guides/task-provider). It auto-detects tasks in [Rakefiles](https://ruby.github.io/rake/). ## VS Code API