Skip to content

Commit dad24ba

Browse files
Fixing sample tour
1 parent 7cb72be commit dad24ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tours/intro.tour

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
},
88
{
99
"file": "src/player/index.ts",
10-
"description": "### 🎥 Tour Player\n\nThe CodeTour player is what defines the experience that end-users get, when actually taking a guided walkthrough. It includes various UX components:\n\n* 🕳️ [Gutter decorator](./decorator.ts) - Displays the \"CodeTour\" icon next to lines that are associated with a tour\n* 📊 [Status bar indicator](./status.ts) - Indicates the current tour and step\n* 🌳 [Tree view](./tree/index.ts) - Provides an at-a-glance view of the tours within the opened workspace",
10+
"description": "### 🎥 Tour Player\n\nThe CodeTour player is what defines the experience that end-users get, when actually taking a guided walkthrough. It includes various UX components:\n\n* 🕳️ [Gutter decorator](./src/player/decorator.ts) - Displays the \"CodeTour\" icon next to lines that are associated with a tour\n* 📊 [Status bar indicator](./src/player/status.ts) - Indicates the current tour and step\n* 🌳 [Tree view](./src/player/tree/index.ts) - Provides an at-a-glance view of the tours within the opened workspace",
1111
"line": 436
1212
},
1313
{
1414
"file": "src/recorder/index.ts",
15-
"description": "### 📹 Tour Recorder\n\nThe CodeTour recorder is how a repo maintainer can create new walkthroughs of the codebase. The recorder is made up of a few components:\n\n* 💭 [Comment UX](./commands.ts) - Enables attaching new steps to lines of code, directories, etc.\n* 📋 [Completion provider](./completionProvider.ts) - Provides completion support for authoring command links",
15+
"description": "### 📹 Tour Recorder\n\nThe CodeTour recorder is how a repo maintainer can create new walkthroughs of the codebase. The recorder is made up of a few components:\n\n* 💭 [Comment UX](./src/recorder/commands.ts) - Enables attaching new steps to lines of code, directories, etc.\n* 📋 [Completion provider](./src/recorder/completionProvider.ts) - Provides completion support for authoring command links",
1616
"line": 4
1717
}
1818
],

0 commit comments

Comments
 (0)