mirror of
https://github.com/Steffo99/micronfig.git
synced 2024-11-21 07:34:19 +00:00
Use Rust devcontainer
This commit is contained in:
parent
cbe02a7017
commit
8fead28080
1 changed files with 12 additions and 0 deletions
12
.devcontainer/devcontainer.json
Normal file
12
.devcontainer/devcontainer.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"image": "mcr.microsoft.com/vscode/devcontainers/rust",
|
||||||
|
"forwardPorts": [],
|
||||||
|
"customizations": {
|
||||||
|
"vscode": {
|
||||||
|
"extensions": [
|
||||||
|
"rust-lang.rust-analyzer",
|
||||||
|
"vadimcn.vscode-lldb"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue