1
Fork 0
mirror of https://github.com/Steffo99/micronfig.git synced 2024-10-16 06:27:28 +00:00

Use Rust devcontainer

This commit is contained in:
Steffo 2023-04-27 13:23:11 +00:00 committed by GitHub
parent cbe02a7017
commit 8fead28080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,12 @@
{
"image": "mcr.microsoft.com/vscode/devcontainers/rust",
"forwardPorts": [],
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer",
"vadimcn.vscode-lldb"
]
}
}
}