Skip to content

Commit

Permalink
added dev container files
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojiuwo1993 committed Oct 25, 2024
1 parent 5559d46 commit ddb0ee4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .devcontainer/.devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/cpp
{
"name": "C++",
"image": "mcr.microsoft.com/devcontainers/cpp:1-debian-11",
"runArgs": [
"--network=unispy",
"--name=unispy_sdk_dev"
]
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "gcc -v",
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

0 comments on commit ddb0ee4

Please sign in to comment.