From cb50471d3ed1d93836b15cf936f1a1c193980a7b Mon Sep 17 00:00:00 2001 From: Mike iLL Kilmer Date: Mon, 23 Oct 2023 15:23:36 -0500 Subject: [PATCH] Update editor.md Link to docs. --- editor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor.md b/editor.md index f2ccffb..c3193c5 100644 --- a/editor.md +++ b/editor.md @@ -40,8 +40,8 @@ can run the importer when you press (eg) Ctrl-1. Add the following to your Visual Studio Code ------------------ -Microsoft's VS Code, one of the world's most popular editors, can bind any key -to run the importer. Create a task (Configure, Tasks, Create tasks.json from +Microsoft's VS Code, one of the world's most popular editors, can [bind any key +to run the importer](https://code.visualstudio.com/docs/editor/tasks#_binding-keyboard-shortcuts-to-tasks). Create a task (Configure, Tasks, Create tasks.json from template) and add this inside the `"tasks"` array: {