Skip to content

Commit 147ab1a

Browse files
bn-dfiliptronicek
andauthored
Add ms-python.autopep8 (#733)
Co-authored-by: Filip Troníček <[email protected]>
1 parent f0bd783 commit 147ab1a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

extensions.json

+12
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,18 @@
779779
"prepublish": "npm i && cd packages/vscode-pyright && npm run prepackage",
780780
"msMarketplaceIdOverride": "ms-pyright.pyright"
781781
},
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+
},
782794
"ms-python.black-formatter": {
783795
"repository": "https://github.com/microsoft/vscode-black-formatter",
784796
"custom": [

0 commit comments

Comments
 (0)