Gruntfuggly / global-config

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

Format files + change the command title #2

Closed fr3fou closed 6 years ago

fr3fou commented 6 years ago

Hey!

I was kinda bothered by the fact that the command title was Copy global config, rather than what all other extensions / settings use -

So I went ahead and just changed it to Copy Global Config. I also formatted the extension.js file, replaced var with let and made some of the functions anonymous, (ES6 standards).

Gruntfuggly commented 6 years ago

Thanks for the update!