From 93164a9303542ce93ba6f16385fcfd7043248645 Mon Sep 17 00:00:00 2001 From: Mario1159 Date: Sun, 19 Feb 2023 18:08:41 +0000 Subject: [PATCH] Upgrade dev enviroment ecosystem --- .devcontainer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .devcontainer.json diff --git a/.devcontainer.json b/.devcontainer.json new file mode 100644 index 0000000..f191352 --- /dev/null +++ b/.devcontainer.json @@ -0,0 +1,15 @@ +{ + "build": { + "dockerfile": "Dockerfile" + }, + "customizations": { + "vscode": { + "extensions": [ + "ms-vscode.cmake-tools", + "ms-vscode.cpptools", + "mshr-h.veriloghdl", + "twxs.cmake" + ] + } + } +} \ No newline at end of file