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
d0d47866
Commit
d0d47866
authored
May 13, 2022
by
Jonas Kaufmann
Committed by
Antoine Kaufmann
May 26, 2022
Browse files
introduce container for building within vs code
parent
f81b06e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
.devcontainer.json
.devcontainer.json
+11
-0
No files found.
.devcontainer.json
0 → 100644
View file @
d0d47866
{
"image"
:
"simbricks/simbricks-build:latest"
,
"mounts"
:
[
"source=/dev/kvm,target=/dev/kvm,type=bind"
],
"postCreateCommand"
:
"apt-get update && apt-get install python3-yapf && git config --global --add safe.directory /workspaces/simbricks"
,
"extensions"
:
[
"ms-python.python"
,
"Gruntfuggly.todo-tree"
],
}
\ No newline at end of file
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