/
nicodim4
/
Arduino-Temperature-Control-Library
Обзор
Документация
Войти
/
nicodim4
/
Arduino-Temperature-Control-Library
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.devcontainer/devcontainer.json
22 строки
848 B
Miles Burton
fix: Enhance the dev container setup to include additional extentions and support for the ESP platform
22 янв 2025, 14:10
22 янв 2025, 14:10
8597933
Код
Авторство
О чём код?
{ "name": "Arduino Library Development", "dockerFile": "Dockerfile", "mounts": [ "source=devcontainer_ssh,target=/home/vscode/.ssh,type=volume", "source=devcontainer_bash_history,target=/home/vscode/.bash_history,type=volume", "source=devcontainer_fish_history,target=/home/vscode/.local/share/fish/fish_history,type=volume" ], "customizations": { "vscode": { "extensions": [ "vsciot-vscode.vscode-arduino", "ms-vscode.cpptools", "ms-azuretools.vscode-docker", "yzhang.markdown-all-in-one" ] } }, "postCreateCommand": "arduino-cli core install arduino:avr && arduino-cli lib install ArduinoUnit && /usr/local/bin/update-libraries.sh", "updateContentCommand": "/usr/local/bin/update-libraries.sh", "remoteUser": "vscode" }