"vscode:/vscode.git/clone" did not exist on "62c4d5dff364a5779aa7e9cc6a4883e018ac1cf3"
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 @@ ...@@ -3,8 +3,15 @@
"runArgs": [ "runArgs": [
"--device=/dev/kvm" "--device=/dev/kvm"
], ],
"extensions": [ "customizations": {
"ms-python.python" "vscode": {
], "extensions": [
"ms-python.python",
"ms-vscode.cpptools",
"mshr-h.veriloghdl",
"surfer-project.surfer"
]
}
},
"remoteUser": "simbricks" "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