jbockle / format-files

VS Code extension to format all files in workspace
41 stars 13 forks source link

It's disabled because of dependancies #42

Open WORMSS opened 2 years ago

WORMSS commented 2 years ago

It says it's disabled because of dependencies. The dependency is "git" extension.

Can you make it an "optional" dependency, because I don't want this extension doing anything git related. I have disabled Git extension in vs-code because I don't want all the git vscode commands clogging up the commands list.

I understand I wont be able to use the "ignore git ignore" feature, and that is fair enough, I had no intention of using that anyway.

jbockle commented 2 years ago

hi WORMSS, can you submit a PR please?

WORMSS commented 2 years ago

I could, but all I would do is remove the git functionality completely, and not make it optional. Which I am guessing is not what you want.

WORMSS commented 2 years ago

To be honest, I am not even sure where it is being used.. only public function is isIgnored on class Git and as far as I can tell, it's not being used. I can't even see where it is created.