forked from OpenCyphal/nunavut
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…hal#289) - OpenCyphal#288 : Updating dev container documentation to point to ghcr. - OpenCyphal#283 : Detecting fixed boolean arrays and modifying c++ to emit std::bitset - OpenCyphal#271 : Changing the type used when comparing array lengths to avoid compiler warnings.
- Loading branch information
1 parent
609f7ee
commit a2b24f0
Showing
15 changed files
with
125 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"name": "Python dev environment", | ||
"dockerFile": "python.Dockerfile", | ||
"context": "..", | ||
"settings": { | ||
"terminal.integrated.shell.linux": "/bin/bash" | ||
}, | ||
"image": "ghcr.io/opencyphal/toxic:tx20.4.1", | ||
"workspaceFolder": "/workspace", | ||
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=delegated", | ||
"mounts": [ | ||
"source=root-vscode-server,target=/root/.vscode-server/extensions,type=volume", | ||
"source=nunavut-tox,target=/workspace/.tox,type=volume" | ||
], | ||
"extensions": [ | ||
"uavcan.dsdl", | ||
"wholroyd.jinja", | ||
"ban.spellright", | ||
"ms-python.python" | ||
], | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"uavcan.dsdl", | ||
"wholroyd.jinja", | ||
"ban.spellright", | ||
"ms-python.python" | ||
] | ||
} | ||
}, | ||
"postCreateCommand": "git submodule update --init --recursive && tox -e local" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.