initial commit

+ some reasearch on returning error when using async task
This commit is contained in:
2023-11-20 22:20:34 +11:00
commit 6df632bc76
5 changed files with 443 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "Alpine Dev",
"image": "alpine-dev:user",
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer",
"dustypomerleau.rust-syntax",
"1YiB.rust-bundle",
"serayuzgur.crates",
"tamasfe.even-better-toml"
]
}
}
// 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": [],
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}