mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
22 lines
646 B
JSON
22 lines
646 B
JSON
{
|
|
"name": "ESP-IDF Development",
|
|
"image": "espressif/idf:v4.4.6",
|
|
"workspaceFolder": "/project",
|
|
"workspaceMount": "source=${localWorkspaceFolder},target=/project,type=bind",
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"terminal.integrated.shell.linux": "/bin/bash"
|
|
},
|
|
"extensions": [
|
|
"ms-vscode.cpptools",
|
|
"usernamehw.errorlens",
|
|
"espressif.esp-idf-extension" // ESP-IDF extension
|
|
]
|
|
}
|
|
},
|
|
"runArgs": [
|
|
"--privileged" // If needed for accessing certain hardware resources
|
|
]
|
|
}
|