Commit 9eb6b265 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

devcontainer.json: add extensions for C++ and Verilog development

parent f93c7948
......@@ -3,8 +3,15 @@
"runArgs": [
"--device=/dev/kvm"
],
"extensions": [
"ms-python.python"
],
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-vscode.cpptools",
"mshr-h.veriloghdl",
"surfer-project.surfer"
]
}
},
"remoteUser": "simbricks"
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment