mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-15 19:50:50 +05:30
Add autodocstring vscode extension to devcontainer
This commit is contained in:
@@ -16,10 +16,12 @@
|
||||
"ms-python.isort",
|
||||
"ms-python.flake8",
|
||||
"ms-python.black-formatter",
|
||||
"ryanluker.vscode-coverage-gutters"
|
||||
"ryanluker.vscode-coverage-gutters",
|
||||
"njpwerner.autodocstring"
|
||||
],
|
||||
"settings": {
|
||||
"python.defaultInterpreterPath": "/opt/dev-venv/bin/python"
|
||||
"python.defaultInterpreterPath": "/opt/dev-venv/bin/python",
|
||||
"autoDocstring.docstringFormat": "google-notypes"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user