Codetour Versions Save

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.

v0.0.59

1 year ago

Bug Fixes

  • A tour step can now run multiple commands
  • Tours are now written to the CodeTour: Custom Tour Directory directory, when that property is set
  • Fixed a performance issue with large codebases

v0.0.58

2 years ago

Bug Fixes

  • The "Tours available!" prompt is now suppressed when opening a CodeSwing workspace

v0.0.57

2 years ago

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

2 years ago

Bug Fixes

  • URI handler now allows specifying the desired step via 1-based numbers as opposed to 0-based

v0.0.55

2 years ago

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

2 years ago

Features

  • Added a URI handler, with support for launching a specific tour and step

v0.0.53

2 years ago

Features

  • Exposed a new onDidStartTour event and startTourByUri method to the extension API
  • Added support for the CodeStatus extension