feat: adding OpenWRT WAN port speeds.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{
|
||||
"name": "Rust",
|
||||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
||||
"image": "mcr.microsoft.com/devcontainers/rust:0-1-bullseye",
|
||||
"image": "mcr.microsoft.com/devcontainers/rust:1-bullseye",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/git:1": {},
|
||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
|
||||
@@ -13,8 +13,9 @@
|
||||
"extensions": [
|
||||
"mhutchie.git-graph",
|
||||
"donjayamanne.githistory",
|
||||
"GitHub.copilot",
|
||||
"eamodio.gitlens"
|
||||
"eamodio.gitlens",
|
||||
"rust-lang.rust-analyzer",
|
||||
"Codeium.codeium"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user