You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, rubberduck requires users to copy and paste their templates in the .rubberduck/templates folder for each workspace. However, in my case most of the time I have the same templates for every project.
It would be nice to be able to specify a path to a folder which contains templates that can be seen globally in every workspace.
Thank you for your work.
The text was updated successfully, but these errors were encountered:
Another way to achieve this is to write your own VSCode extension with your templates. You don't even need to share it, just install the vsix file in your installation. Here is an example repository:
That would be a way, but I hope you can agree that for the average user it might be significantly more contrived than loading custom prompt files from a specified folder.
Currently, rubberduck requires users to copy and paste their templates in the
.rubberduck/templates
folder for each workspace. However, in my case most of the time I have the same templates for every project.It would be nice to be able to specify a path to a folder which contains templates that can be seen globally in every workspace.
Thank you for your work.
The text was updated successfully, but these errors were encountered: