Try to add devcontainer

This commit is contained in:
2022-05-25 07:22:51 +00:00
committed by GitHub
parent 8daa1c822e
commit 88a8b0d0e8
2 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "all features",
"build": {
"dockerfile": "Dockerfile"
},
"extensions": [
"rust-lang.rust-analyzer",
"GitHub.copilot",
"ms-vscode.hexeditor"
],
"settings": {
"rust-analyzer.cargo.features": [
"all"
]
}
}