Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 30a071a

Browse files
authored
Devcontainer additions (#2029)
Add extensions for: * Bicep * .NET test runner * Azure Functions Include in setup script: * `cargo-audit` & `cargo-license` (pre-reqs for the CI script)
1 parent 71171ad commit 30a071a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
"tamasfe.even-better-toml",
2626
"serayuzgur.crates",
2727
"ms-dotnettools.csharp",
28-
"ms-python.python"
28+
"ms-python.python",
29+
"ms-azuretools.vscode-bicep",
30+
"formulahendry.dotnet-test-explorer",
31+
"ms-azuretools.vscode-azurefunctions"
2932
],
3033
// Use 'forwardPorts' to make a list of ports inside the container available locally.
3134
// "forwardPorts": [],

.devcontainer/post-create-script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ sudo cp ./azcopy_linux_amd64_*/azcopy /usr/bin/
1919

2020
# Restore rust dependencies
2121
echo "Restoring rust dependencies"
22+
cargo install cargo-audit cargo-license # requirements if you want to run ci/agent.sh
2223
cd /workspaces/onefuzz/src/agent
2324
cargo fetch
2425

0 commit comments

Comments
 (0)