Global blueprint folder?
Closed this issue · 4 comments
First up this is awesome. Exactly what I was looking for.
One niggling thing - is there any away to define blueprint dir outside of the workspace scope? So could I define 1 folder of blueprints & have all my spaces use them?
I tried using the following:
"blueprint.templatesPath":"~/repos/some_folder_outside_current_space/"
No Luck. The url then resolves & errors to:
path_to_current_workspace/~/repos/some_folder_outside_current_space/
.
So it looks the current workspace path is always prepended to the path you set. My current work around is adding a symlink to the workspace folder to my templates.
Version 2.0.0 has just been released. It supports multiple folder paths and will now expand "~" to your home directory!
Let me know if you have trouble getting it setup with the new changes.