Gruntfuggly / global-config

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

added setting allowing duplicate files #8

Open Prelly95 opened 4 years ago

Prelly95 commented 4 years ago

tick box setting called duplicate added to settings

if setting is enabled duplicate fliles are copied and -copy added to the name i.e. "tasks-copy.json"

Information Message displayed warning that duplicates were copied and wont take effect until "-copy" is removed

usecase is that if you have workspace specific config files and you want to add your global ones aswell, you can duplicate the global ones and copy/paste the nesessary configs

Prelly95 commented 4 years ago

Originally I was hoping to add some type of dialog box that comes up when duplicates are detected, but im a js and vscode extension nivice and couldnt figure out how to do it with relitivey low effort.