From 086adf90f185e3b868062fd2965023e74c5b561e Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 23 Jan 2022 15:52:17 +0000 Subject: [PATCH] Add basic devcontainer.json based on ftl-build for x86_64 arch, with a few helpful extensions. Signed-off-by: Adam Warner --- .devcontainer/devcontainer.json | 10 ++++++++++ .gitignore | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..d4420369 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -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" + ], +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 7e971607..9cf9308d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,7 @@ tools/macvendor.db # Test dependencies /node_modules/ + +# Test Leftovers +dig.log +ptr.log