mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-09-14 20:07:24 +00:00
21 lines
473 B
JSON
21 lines
473 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-vscode.azure-account",
|
|
"ms-python.python",
|
|
"ms-toolsai.jupyter",
|
|
"ms-vscode.cpptools",
|
|
"ms-azuretools.vscode-docker"
|
|
]
|
|
}
|
|
},
|
|
"settings": {
|
|
"terminal.integrated.shell.linux": "/bin/bash",
|
|
"python.pythonPath": "/usr/local/bin/python3",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"postCreateCommand": "pip install -r requirements.txt"
|
|
}
|