/
niceSOFT
/
numpy
Обзор
Документация
Войти
/
niceSOFT
/
numpy
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.devcontainer/devcontainer.json
17 строк
322 B
Ralf Gommers
DEV: use micromamba to set up Codespaces
17 мар 2023, 14:15
17 мар 2023, 14:15
084ef49
Код
Авторство
О чём код?
{ // More info about Features: https://containers.dev/features "image": "mcr.microsoft.com/devcontainers/universal:2", "features": {}, "onCreateCommand": ".devcontainer/setup.sh", "postCreateCommand": "", "customizations": { "vscode": { "extensions": [ "ms-python.python" ], "settings": {} } } }