vscode-file-templates-ext
vscode-file-templates-ext copied to clipboard
Feature request: support a relative path for a template folder in windows
I have a project in different folders on different devices, e.g. Device X → c:/Users/username/Sync/project/templates/ Device Y → e:/Sync/project/templates/
Since I sync this project over Sync, the configuration file is synced as well. Now, I have to rewrite templates_dir path everytime I switch between devices.
I'd welcome a setting to set a relative path for a template folder, i.e.
"fileTemplates.templates_dir" : "~/templates/"