mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
initial refactoring
This commit is contained in:
21
.devcontainer/devcontainer.json
Normal file
21
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user