Releases: microsoft/codetour
Releases · microsoft/codetour
v0.0.59
v0.0.58
v0.0.57
Features
- Added a new
CodeTour: Custom Tour Directory
setting, that allows a project to specify a custom directory for their tours to be stored in - Added support for storing tours in the
.github/tours
folder, in addition to the existing.vscode/tours
and.tours
directories - You can now create a tour called
main.tour
at the root of your workspace, which will be considered a primary tour
v0.0.56
Bug Fixes
- URI handler now allows specifying the desired step via 1-based numbers as opposed to 0-based
v0.0.55
Features
- The URI handler now allows specifying just a step number, in order to index into a repo within only a single tour
v0.0.54
Features
- Added a URI handler, with support for launching a specific tour and step
v0.0.53
Features
- Exposed a new
onDidStartTour
event andstartTourByUri
method to the extension API - Added support for the CodeStatus extension