mirror of
https://github.com/pi-hole/FTL.git
synced 2025-12-20 07:38:25 +00: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",
|
"ms-vscode.cpptools-extension-pack",
|
||||||
"eamodio.gitlens",
|
"eamodio.gitlens",
|
||||||
"github.copilot",
|
"github.copilot",
|
||||||
"ms-python.python"
|
"ms-python.python",
|
||||||
|
"ms-python.black-formatter"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mounts": [
|
"mounts": [
|
||||||
"type=bind,source=${localEnv:HOME}/.ssh,target=/root/.ssh,readonly",
|
"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