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).
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).