microsoft / codetour

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

Home Page:https://aka.ms/codetour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create new tours in the `customTourDirectory` automatically

jolo-dev opened this issue · comments

commented

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?

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