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