Gruntfuggly / global-config

Allows copying of shared config settings in vscode
MIT License
12 stars 4 forks source link

FR: Support globs for symlinks and hardlinks #13

Closed Gruntfuggly closed 3 years ago

Gruntfuggly commented 3 years ago

Just uploaded another version which supports glob patterns for the configuration settings.

e.g.

"global-config.links": [
   "*.json"
]
lonix1 commented 3 years ago

Can confirm works for me:

"global-config.folder": "~/.vscode/global-config/",
"global-config.hardLinks": [ "**" ],

Thanks, another excellent addition!