RVSCC/.devcontainer.json

15 lines
243 B
JSON
Raw Normal View History

2023-02-19 18:08:41 +00:00
{
"build": {
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cmake-tools",
"ms-vscode.cpptools",
"mshr-h.veriloghdl",
"twxs.cmake"
]
}
}
}