mirror of
https://github.com/pi-hole/FTL.git
synced 2025-12-16 12:00:09 +01:00
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:
@@ -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/"
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user