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

Create new tours in the `customTourDirectory` automatically #220

Closed jolo-dev closed 2 years ago

jolo-dev commented 2 years ago

Whenever I create a new tour, it creates a file in .tours- directory. Even though I have specified a customTourDirectory. There is also a way to put the tours within the .vscode/tours- directory but when I create a new tour it does not create it in the given directory.

Is that intention or a bug or am I not doing something wrong?

lostintangent commented 2 years ago

This was a bug, which will be fixed in the next extension release this afternoon. Thanks for the feedback!