aboutsummaryrefslogtreecommitdiff
path: root/main/puzzle/neo/esp-neopuzzle/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
Diffstat (limited to 'main/puzzle/neo/esp-neopuzzle/.devcontainer/devcontainer.json')
-rw-r--r--main/puzzle/neo/esp-neopuzzle/.devcontainer/devcontainer.json45
1 files changed, 0 insertions, 45 deletions
diff --git a/main/puzzle/neo/esp-neopuzzle/.devcontainer/devcontainer.json b/main/puzzle/neo/esp-neopuzzle/.devcontainer/devcontainer.json
deleted file mode 100644
index 1d913ec..0000000
--- a/main/puzzle/neo/esp-neopuzzle/.devcontainer/devcontainer.json
+++ /dev/null
@@ -1,45 +0,0 @@
-// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
-// https://github.com/microsoft/vscode-dev-containers/tree/v0.183.0/containers/ubuntu
-{
- "name": "ESP-IDF QEMU",
- "build": {
- "dockerfile": "Dockerfile"
- },
- // Add the IDs of extensions you want installed when the container is created
- "workspaceMount": "source=${localWorkspaceFolder},target=${localWorkspaceFolder},type=bind",
- /* the path of workspace folder to be opened after container is running
- */
- "workspaceFolder": "${localWorkspaceFolder}",
- "mounts": [
- "source=extensionCache,target=/root/.vscode-server/extensions,type=volume"
- ],
- "customizations": {
- "vscode": {
- "settings": {
- "terminal.integrated.defaultProfile.linux": "bash",
- "idf.espIdfPath": "/opt/esp/idf",
- "idf.customExtraPaths": "",
- "idf.pythonBinPath": "/opt/esp/python_env/idf5.3_py3.10_env/bin/python",
- "idf.toolsPath": "/opt/esp",
- "idf.gitPath": "/usr/bin/git"
- },
- "extensions": [
- "espressif.esp-idf-extension"
- ],
- },
- "codespaces": {
- "settings": {
- "terminal.integrated.defaultProfile.linux": "bash",
- "idf.espIdfPath": "/opt/esp/idf",
- "idf.customExtraPaths": "",
- "idf.pythonBinPath": "/opt/esp/python_env/idf5.3_py3.10_env/bin/python",
- "idf.toolsPath": "/opt/esp",
- "idf.gitPath": "/usr/bin/git"
- },
- "extensions": [
- "espressif.esp-idf-extension"
- ],
- }
- },
- "runArgs": ["--privileged"]
-} \ No newline at end of file