microsoft / codetour

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.
https://aka.ms/codetour
MIT License
4.36k stars 113 forks source link

Custom CodeTour Directory not deployed #180

Closed NotMyself closed 3 years ago

NotMyself commented 3 years ago

It looks like release 0.0.56 on the marketplace does not contain the custom tour directory feature listed in the release notes. I pulled the package directly from the marketplace and unpacked it. The new setting is not included in the package.json. And no string literal for "customTourDirectory" exists in the distribution.

Is the build process failing?

Screen Shot 2021-07-07 at 12 35 56 PM

lostintangent commented 3 years ago

It looks like your change went in after the 0.0.56 release (diff), so I just need to ship a new release. I need to fix a regex bug anyways, so let me do that and get a new release out this afternoon. Stay tuned!

lostintangent commented 3 years ago

This change has now been shipped. Thanks again for the contribution!