Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add global template folder #87

Open
DedZago opened this issue Apr 11, 2023 · 2 comments
Open

Add global template folder #87

DedZago opened this issue Apr 11, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@DedZago
Copy link

DedZago commented Apr 11, 2023

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.

@DedZago DedZago added the enhancement New feature or request label Apr 11, 2023
@lgrammel
Copy link
Contributor

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:

https://github.com/rubberduck-ai/rubberduck-react-vscode

(this is surprisingly quick, only takes a few minutes to set up)

@DedZago
Copy link
Author

DedZago commented Aug 18, 2023

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.

@lgrammel lgrammel added the help wanted Extra attention is needed label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants