include black formatter and a bindmount for docs repo (one folder behind relative to FTL repo) for ease of testing generated markdown file

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2025-07-07 17:26:30 +00:00
parent cc64677cf3
commit 31102139ec

View File

@@ -9,13 +9,15 @@
"ms-vscode.cpptools-extension-pack",
"eamodio.gitlens",
"github.copilot",
"ms-python.python"
"ms-python.python",
"ms-python.black-formatter"
]
}
},
"mounts": [
"type=bind,source=${localEnv:HOME}/.ssh,target=/root/.ssh,readonly",
"type=bind,source=/var/www/html/admin,target=/var/www/html/admin,readonly"
"type=bind,source=/var/www/html/admin,target=/var/www/html/admin,readonly",
"type=bind,source=${localWorkspaceFolder}/../docs,target=/workspaces/docs/"
]
}