keyhr / vscode-42-c-format

A vscode extension to provide formatting from c_formatter_42
https://marketplace.visualstudio.com/items?itemName=keyhr.42-c-format
MIT License
10 stars 1 forks source link

Not working on Windows #1

Closed younesaassila closed 2 years ago

younesaassila commented 2 years ago

c_formatter_42 now supports Windows but this extension fails to run on Windows because of the following error:

Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.

42-c-format: Please read README and check requirements.

Indeed, the default name of the Python 3 interpreter on Windows is just python, not python3.

keyhr commented 2 years ago

Thank you for filing the issue. Since I have no windows machine, I'm not able to test whether the extension works properly. I published the new version ([update] add windows support), would you test it?

younesaassila commented 2 years ago

It works perfectly! Thanks!