azureml-examples/.devcontainer/devcontainer.json

7 строки
126 B
JSON

{
"build": { "dockerfile": "Dockerfile" },
"extensions": [
"dbaeumer.vscode-eslint",
"ms-toolsai.vscode-ai"
]
}