Skip to content

Releases: microsoft/codetour

v0.0.59

24 Mar 16:30
Compare
Choose a tag to compare

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

08 Jul 22:47
Compare
Choose a tag to compare

Bug Fixes

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

v0.0.57

08 Jul 18:15
Compare
Choose a tag to compare

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

29 May 20:59
Compare
Choose a tag to compare

Bug Fixes

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

v0.0.55

29 May 20:34
Compare
Choose a tag to compare

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

29 May 19:45
Compare
Choose a tag to compare

Features

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

v0.0.53

19 May 14:50
f3a5ae1
Compare
Choose a tag to compare

Features

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