We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ms-python.autopep8
1 parent f0bd783 commit 147ab1aCopy full SHA for 147ab1a
extensions.json
@@ -779,6 +779,18 @@
779
"prepublish": "npm i && cd packages/vscode-pyright && npm run prepackage",
780
"msMarketplaceIdOverride": "ms-pyright.pyright"
781
},
782
+ "ms-python.autopep8": {
783
+ "repository": "https://github.com/microsoft/vscode-autopep8",
784
+ "custom": [
785
+ "python -m pip install -U pip",
786
+ "python -m pip install wheel",
787
+ "python -m pip install nox flake8 autopep8",
788
+ "npm ci --prefer-offline",
789
+ "python -m nox --session install_bundled_libs",
790
+ "npm run vsce-package"
791
+ ],
792
+ "extensionFile": "autopep8.vsix"
793
+ },
794
"ms-python.black-formatter": {
795
"repository": "https://github.com/microsoft/vscode-black-formatter",
796
"custom": [
0 commit comments