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)
This commit is contained in:
George Pollard
2022-06-10 07:13:32 +12:00
committed by GitHub
parent 71171ad8fd
commit 30a071a70e
2 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,10 @@
"tamasfe.even-better-toml",
"serayuzgur.crates",
"ms-dotnettools.csharp",
"ms-python.python"
"ms-python.python",
"ms-azuretools.vscode-bicep",
"formulahendry.dotnet-test-explorer",
"ms-azuretools.vscode-azurefunctions"
],
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

View File

@ -19,6 +19,7 @@ sudo cp ./azcopy_linux_amd64_*/azcopy /usr/bin/
# Restore rust dependencies
echo "Restoring rust dependencies"
cargo install cargo-audit cargo-license # requirements if you want to run ci/agent.sh
cd /workspaces/onefuzz/src/agent
cargo fetch