Add autodocstring vscode extension to devcontainer

This commit is contained in:
Cosmin Ștefan Ciocan
2024-01-27 00:41:39 +00:00
parent bc91620971
commit e9f131a678
+4 -2
View File
@@ -16,10 +16,12 @@
"ms-python.isort", "ms-python.isort",
"ms-python.flake8", "ms-python.flake8",
"ms-python.black-formatter", "ms-python.black-formatter",
"ryanluker.vscode-coverage-gutters" "ryanluker.vscode-coverage-gutters",
"njpwerner.autodocstring"
], ],
"settings": { "settings": {
"python.defaultInterpreterPath": "/opt/dev-venv/bin/python" "python.defaultInterpreterPath": "/opt/dev-venv/bin/python",
"autoDocstring.docstringFormat": "google-notypes"
} }
} }
} }