diff --git a/extensions.json b/extensions.json index 530e1d58e..92c229d62 100644 --- a/extensions.json +++ b/extensions.json @@ -779,6 +779,18 @@ "prepublish": "npm i && cd packages/vscode-pyright && npm run prepackage", "msMarketplaceIdOverride": "ms-pyright.pyright" }, + "ms-python.autopep8": { + "repository": "https://github.com/microsoft/vscode-autopep8", + "custom": [ + "python -m pip install -U pip", + "python -m pip install wheel", + "python -m pip install nox flake8 autopep8", + "npm ci --prefer-offline", + "python -m nox --session install_bundled_libs", + "npm run vsce-package" + ], + "extensionFile": "autopep8.vsix" + }, "ms-python.black-formatter": { "repository": "https://github.com/microsoft/vscode-black-formatter", "custom": [