initial refactoring

This commit is contained in:
Sebastien L
2023-12-04 23:25:57 -05:00
parent d03678ea81
commit c0ddf0a997
331 changed files with 29663 additions and 16553 deletions

View 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
]
}