LiamMorrow / Visual-Studio-Power-Mode

An extension that attempts to clone the power mode in Atom found here : https://atom.io/packages/activate-power-mode
MIT License
254 stars 56 forks source link

Using service. Also fixed options auto loading issue. #17

Closed Mochimazui closed 8 years ago

Mochimazui commented 8 years ago

Adding a service, which is a common used pattern in this kind of extension.

Now everything get initialized when service is required by GetService ^.^

parnic commented 8 years ago

Awesome, thanks for the help!