fix cargo?

This commit is contained in:
OMGeeky
2023-12-15 14:59:52 +01:00
committed by GitHub
parent 6e6d914621
commit bf13773888
3 changed files with 48 additions and 2 deletions

View File

@@ -1,7 +1,5 @@
{
"name": "Rust",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/rust:bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/zsh-plugins:0": {}
},
@@ -17,5 +15,14 @@
"alexcvzz.vscode-sqlite"
]
}
},
"dockerFile": "Dockerfile",
"settings": {
"editor.formatOnSave": true,
"terminal.integrated.shell.linux": "/usr/bin/zsh",
"files.exclude": {
"**/CODE_OF_CONDUCT.md": true,
"**/LICENSE": true
}
}
}