mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-15 11:40:48 +05:30
29 lines
887 B
JSON
29 lines
887 B
JSON
{
|
|
"name": "Python Environment",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"context": ".."
|
|
},
|
|
"postCreateCommand": "bash .devcontainer/post_create.sh",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"editorconfig.editorconfig",
|
|
"ms-azuretools.vscode-docker",
|
|
"ms-python.python",
|
|
"ms-python.vscode-pylance",
|
|
"ms-python.pylint",
|
|
"ms-python.isort",
|
|
"ms-python.flake8",
|
|
"ms-python.black-formatter",
|
|
"ryanluker.vscode-coverage-gutters",
|
|
"njpwerner.autodocstring"
|
|
],
|
|
"settings": {
|
|
"python.defaultInterpreterPath": "/opt/dev-venv/bin/python",
|
|
"autoDocstring.docstringFormat": "google-notypes"
|
|
}
|
|
}
|
|
}
|
|
}
|