From b176e3e20e38af75a5bc90e6a8a31f47b5267132 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 16 Dec 2020 11:49:52 -0700 Subject: [PATCH] refactor: update workflow in codetour --- .tours/start-development.tour | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tours/start-development.tour b/.tours/start-development.tour index 8f79ea40..41a379ee 100644 --- a/.tours/start-development.tour +++ b/.tours/start-development.tour @@ -5,7 +5,7 @@ { "file": "package.json", "line": 31, - "description": "## Commands\n\nTo start developing, make sure you have Node 12+ and the [required dependencies](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites) installed. Then, run the following commands:\n\n1. Install dependencies:\n>> yarn\n\n2. Clone and patch VS Code and install its dependencies:\n>> yarn vscode\n\n3. Start development mode (and watch for changes):\n>> yarn watch" + "description": "## Commands\n\nTo start developing, make sure you have Node 12+ and the [required dependencies](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites) installed. Then, run the following commands:\n\n1. Install dependencies:\n>> yarn\n\n3. Start development mode (and watch for changes):\n>> yarn watch" }, { "file": "src/node/app.ts", -- GitLab