wpilibsuite / WPILibInstaller-Avalonia

Other
8 stars 20 forks source link

Add Python extensions #372

Closed Gold856 closed 9 months ago

Gold856 commented 9 months ago

The main Python extension, Pylance, isort, and autopep8 are included.

auscompgeek commented 9 months ago

🤔 why should we recommend autopep8, when black is more popular?

Gold856 commented 9 months ago

I didn't actually know that. I just used it because my local setup has autopep8. I can switch it.

PeterJohnson commented 9 months ago

It looks like we can't directly download from the marketplace API? What's the right way to do this where it won't get rate-limited?

Gold856 commented 9 months ago

Use an open source Python extension where you can download the extension from GitHub?

PeterJohnson commented 9 months ago

It's not closed source? https://github.com/microsoft/vscode-python

But the problem is the same as why we've stopped updating some of the java plugins, because MS no longer publishes github vsix releases for them.

PeterJohnson commented 9 months ago

These artifacts can now be downloaded via Artifactory. See the changes in #373.