Add basic devcontainer.json based on ftl-build for x86_64 arch, with a few helpful extensions.

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2022-01-23 15:52:17 +00:00
parent 4074a88a95
commit 086adf90f1
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"name": "FTL x86_64 Build Env",
"image": "ghcr.io/pi-hole/ftl-build:x86_64",
"extensions": [
"jetmartin.bats",
"ms-vscode.cpptools",
"ms-vscode.cmake-tools",
"eamodio.gitlens"
],
}

4
.gitignore vendored
View File

@ -22,3 +22,7 @@ tools/macvendor.db
# Test dependencies
/node_modules/
# Test Leftovers
dig.log
ptr.log