Upgrade dev enviroment ecosystem
Some checks are pending
continuous-integration/drone/push Build is pending

This commit is contained in:
Mario Romero 2023-02-19 18:08:41 +00:00
parent ce8fe68c5d
commit 93164a9303

15
.devcontainer.json Normal file
View File

@ -0,0 +1,15 @@
{
"build": {
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cmake-tools",
"ms-vscode.cpptools",
"mshr-h.veriloghdl",
"twxs.cmake"
]
}
}
}