Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
9eb6b265
Commit
9eb6b265
authored
May 22, 2024
by
Jonas Kaufmann
Committed by
Antoine Kaufmann
May 29, 2024
Browse files
devcontainer.json: add extensions for C++ and Verilog development
parent
f93c7948
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
.devcontainer.json
.devcontainer.json
+10
-3
No files found.
.devcontainer.json
View file @
9eb6b265
...
...
@@ -3,8 +3,15 @@
"runArgs"
:
[
"--device=/dev/kvm"
],
"customizations"
:
{
"vscode"
:
{
"extensions"
:
[
"ms-python.python"
],
"ms-python.python"
,
"ms-vscode.cpptools"
,
"mshr-h.veriloghdl"
,
"surfer-project.surfer"
]
}
},
"remoteUser"
:
"simbricks"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment